Skip to content

Commit

Permalink
install openssl (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankn8 authored Feb 22, 2024
1 parent 44c8576 commit 589cff2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Earthfile
Original file line number Diff line number Diff line change
Expand Up @@ -338,6 +338,10 @@ base-image:
RUN cp /sbin/apparmor_parser /usr/bin/apparmor_parser
END

IF [ "$OS_DISTRIBUTION" = "rhel" ]
RUN yum install -y openssl
END

IF [ "$OS_DISTRIBUTION" = "sles" ]
RUN cp /sbin/apparmor_parser /usr/bin/apparmor_parser
END
Expand Down

0 comments on commit 589cff2

Please sign in to comment.