diff --git a/contrib/docker/Dockerfile.dsw-linux-x64-wallet b/contrib/docker/Dockerfile.dsw-linux-x64-wallet index d617a1f4b..b604066bd 100644 --- a/contrib/docker/Dockerfile.dsw-linux-x64-wallet +++ b/contrib/docker/Dockerfile.dsw-linux-x64-wallet @@ -10,7 +10,11 @@ ARG TICKER=PNY ARG NAME=Peony ARG BASE_NAME=peony ARG TARGET=master -ARG SOURCE=local + +# Clone the repository +RUN if [ ! -d $TICKER ]; then \ + git clone https://github.com/decenomy/$TICKER; \ +fi # Switch to the repository directory WORKDIR /$TICKER