We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 178e7d6 commit 2adb7eaCopy full SHA for 2adb7ea
1 file changed
docker/bitcoin-node.dockerfile
@@ -46,10 +46,10 @@ RUN rustup component add rustfmt
46
47
# Copy repository to the container and checkout to predefined commit
48
RUN git clone -b $PEER_EXTRACTOR_BRANCH --single-branch $PEER_EXTRACTOR_REPO /peer-observer
49
-RUN git checkout $PEER_EXTRACTOR_COMMIT
50
51
# Set working directory to the repository
52
WORKDIR /peer-observer
+RUN git checkout $PEER_EXTRACTOR_COMMIT
53
54
# Copy scripts
55
COPY docker/set-bpf-environment.sh scripts/set-bpf-environment.sh
0 commit comments