Skip to content

Commit 50c9152

Browse files
authored
feat(superchain): bundle which in the Docker image (#751)
1 parent 262b38b commit 50c9152

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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 openssl rsync tar unzip zip \
38+
RUN yum -y install awscli git gzip openssl rsync tar unzip which zip \
3939
&& yum clean all && rm -rf /var/cache/yum
4040

4141
# Install NVM and Node 8+

0 commit comments

Comments
 (0)