Skip to content

Commit 3dfb0ea

Browse files
authored
Update openssl installation in Dockerfile
PR testing failed when reverting line to clean_install 3.0.8 openssl packages. Creating this commit to test with clean_install and unpinned openssl packages.
1 parent a5a01d1 commit 3dfb0ea

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,8 @@ COPY --from=rpm-provider /tmp/rpms/* /tmp/download/
6363
# cd, ls, cat, vim, tcpdump, are for debugging
6464
RUN clean_install amazon-efs-utils true && \
6565
clean_install crypto-policies true && \
66-
clean_install "openssl-3.0.8 openssl-libs-3.0.8" true && \
66+
clean_install openssl-libs true && \
67+
clean_install openssl true && \
6768
install_binary \
6869
/usr/bin/cat \
6970
/usr/bin/cd \

0 commit comments

Comments
 (0)