Skip to content

Commit 04e2a9a

Browse files
author
Chance Zibolski
committed
Dockerfile*: Add openssl
1 parent 670cff7 commit 04e2a9a

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Dockerfile

+1
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,7 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
6565
which \
6666
jq \
6767
rsync \
68+
openssl \
6869
&& yum clean all \
6970
&& rm -rf /tmp/* /var/tmp/*
7071

Dockerfile.rhel

+1
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ RUN yum install --setopt=skip_missing_names_on_install=False -y \
5050
which \
5151
jq \
5252
rsync \
53+
openssl \
5354
&& yum clean all \
5455
&& rm -rf /tmp/* /var/tmp/*
5556

0 commit comments

Comments
 (0)