Skip to content

Commit

Permalink
install openssl
Browse files Browse the repository at this point in the history
  • Loading branch information
kirankn8 committed Feb 22, 2024
1 parent 2b75255 commit 74f4f45
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 @@ -335,6 +335,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 74f4f45

Please sign in to comment.