Skip to content

Commit

Permalink
Merge pull request trinodb#8 from chancez/add_openssl
Browse files Browse the repository at this point in the history
Install openssl to docker images
  • Loading branch information
openshift-merge-robot authored May 20, 2019
2 parents a00f31d + 15400ef commit 67c1202
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,7 @@ FROM centos:7
RUN yum -y install --setopt=skip_missing_names_on_install=False \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
openssl \
less \
&& yum clean all \
&& rm -rf /var/cache/yum
Expand Down
1 change: 1 addition & 0 deletions Dockerfile.rhel
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ FROM rhel7:7-released
RUN yum -y install --setopt=skip_missing_names_on_install=False \
java-1.8.0-openjdk \
java-1.8.0-openjdk-devel \
openssl \
less \
&& yum clean all \
&& rm -rf /var/cache/yum
Expand Down

0 comments on commit 67c1202

Please sign in to comment.