We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 262b38b commit 50c9152Copy full SHA for 50c9152
1 file changed
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 openssl rsync tar unzip zip \
+RUN yum -y install awscli git gzip openssl rsync tar unzip which zip \
39
&& yum clean all && rm -rf /var/cache/yum
40
41
# Install NVM and Node 8+
0 commit comments