Add openssl for debugging in container image

This commit is contained in:
Johannes M. Scheuermann 2022-03-22 06:10:34 +00:00 committed by Aaron Molitor
parent c48d569024
commit 8da4bb9d07
1 changed files with 1 additions and 0 deletions

View File

@ -43,6 +43,7 @@ RUN yum install -y \
telnet-0.17-66.el7 \
traceroute-2.0.22-2.el7 \
unzip-6.0-22.el7_9 \
openssl-1.0.2k-24.el7_9.x86_64 \
vim-enhanced-7.4.629-8.el7_9 && \
yum clean all && \
rm -rf /var/cache/yum