Skip to content

Commit

Permalink
Update docker/zk/Dockerfile
Browse files Browse the repository at this point in the history
Co-authored-by: Chris Sosnin <[email protected]>
  • Loading branch information
Deniallugo and slumber authored Jan 15, 2021
1 parent cff3101 commit ad5095c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/zk/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM debian:buster-slim
WORKDIR /usr/src/zksync

# Install required dependencies
RUN apt-get update; apt-get install -y make bash git openssl libssl-dev gcc g++ curl libpq-dev pkg-config software-properties-common jq
RUN apt-get update; apt-get install -y make bash git openssl libssl-dev gcc g++ curl libpq-dev pkg-config software-properties-common jq

# Install node and yarn
RUN curl -sL https://deb.nodesource.com/setup_14.x | bash -
Expand Down Expand Up @@ -34,4 +34,4 @@ ENV SCCACHE_DIR=/usr/src/cache/sccache
COPY docker/zk/entrypoint.sh /usr/local/bin/entrypoint.sh


#ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]
#ENTRYPOINT ["/usr/local/bin/entrypoint.sh"]

0 comments on commit ad5095c

Please sign in to comment.