Skip to content

Commit 90797ca

Browse files
authored
Merge branch 'kubernetes-sigs:master' into master
2 parents f709956 + 251ada6 commit 90797ca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,6 +63,7 @@ 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 && \
6667
install_binary \
6768
/usr/bin/cat \
6869
/usr/bin/cd \
@@ -75,7 +76,6 @@ RUN clean_install amazon-efs-utils true && \
7576
/usr/bin/mount \
7677
/usr/bin/umount \
7778
/sbin/mount.nfs4 \
78-
/usr/bin/openssl \
7979
/usr/bin/sed \
8080
/usr/bin/stat \
8181
/usr/bin/stunnel \

0 commit comments

Comments
 (0)