We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e762da6 commit 9fb32adCopy full SHA for 9fb32ad
superchain/Dockerfile
@@ -35,7 +35,7 @@ RUN amazon-linux-extras install docker
35
VOLUME /var/lib/docker
36
37
# Install shared dependencies
38
-RUN yum -y install awscli git gzip rsync tar unzip zip \
+RUN yum -y install awscli git gzip openssl rsync tar unzip zip \
39
&& yum clean all && rm -rf /var/cache/yum
40
41
# Install NVM and Node 8+
superchain/README.md
@@ -25,6 +25,7 @@ Tool / Utility | Version
25
`docker` | `>= 18.06.1-ce`
26
`git` | `>= 2.17.2`
27
`make` | `>= 3.82`
28
+`openssl` | `>= 1.0.2k`
29
`rsync` | `>= 3.1.2-4`
30
`zip` & `unzip`| `>= 6.0-19`
31
0 commit comments