Skip to content

Commit

Permalink
improvement in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
raftAtGit committed Apr 9, 2021
1 parent 308b0aa commit 88ac9d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Expand Up @@ -26,7 +26,7 @@ RUN chown -R root:root /root/.ssh
RUN ssh-keyscan -t rsa github.com >> ~/.ssh/known_hosts

WORKDIR /workspace
RUN git clone --branch feature/fabric-operator git@github.com:hyfen-nl/PIVT.git \
RUN git clone git@github.com:hyfen-nl/PIVT.git \
&& cd PIVT \
&& git checkout b94a6a53e018fdb7cc5455fb3aa9d8b40a51d54d

Expand Down

0 comments on commit 88ac9d1

Please sign in to comment.