Skip to content

Commit

Permalink
feat(superchain): bundle which in the Docker image (#751)
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMuller committed Aug 28, 2019
1 parent 262b38b commit 50c9152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion superchain/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ RUN amazon-linux-extras install docker
VOLUME /var/lib/docker

# Install shared dependencies
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 \
&& yum clean all && rm -rf /var/cache/yum

# Install NVM and Node 8+
Expand Down

0 comments on commit 50c9152

Please sign in to comment.