Skip to content

Commit

Permalink
Update mainnet Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
ninjaahhh committed Jun 3, 2019
1 parent f1e8ba0 commit ac95141
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mainnet/singularity/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ WORKDIR /code

# docker build --build-arg CACHEBUST=$(date +%s) .
ARG CACHEBUST=1
RUN git clone --branch mainnet_config https://github.com/QuarkChain/pyquarkchain.git
RUN git clone https://github.com/QuarkChain/pyquarkchain.git

# py dep
RUN pypy3 -m pip install -r pyquarkchain/requirements.txt
Expand Down

0 comments on commit ac95141

Please sign in to comment.