Skip to content

Commit 9fb32ad

Browse files
RomainMullermergify[bot]
authored andcommitted
feat(superchain): ship with openssl CLI tools (#740)
Adds the OpenSSL CLI tools that can be used for a large number of applications.
1 parent e762da6 commit 9fb32ad

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

superchain/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN amazon-linux-extras install docker
3535
VOLUME /var/lib/docker
3636

3737
# Install shared dependencies
38-
RUN yum -y install awscli git gzip rsync tar unzip zip \
38+
RUN yum -y install awscli git gzip openssl rsync tar unzip zip \
3939
&& yum clean all && rm -rf /var/cache/yum
4040

4141
# Install NVM and Node 8+

superchain/README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@ Tool / Utility | Version
2525
`docker` | `>= 18.06.1-ce`
2626
`git` | `>= 2.17.2`
2727
`make` | `>= 3.82`
28+
`openssl` | `>= 1.0.2k`
2829
`rsync` | `>= 3.1.2-4`
2930
`zip` & `unzip`| `>= 6.0-19`
3031

0 commit comments

Comments
 (0)