We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fe3bf0 commit 6e1c4dcCopy full SHA for 6e1c4dc
Dockerfile
@@ -35,7 +35,7 @@ RUN cargo install --git https://github.com/coral-xyz/anchor --tag ${ANCHOR_CLI}
35
36
# Build a dummy program to bootstrap the BPF SDK (doing this speeds up builds).
37
RUN anchor init dummy && cd dummy && (anchor build || true)
38
-RUN rm -r /dummy
+RUN rm -r dummy
39
40
# Set up the working directory
41
RUN mkdir /workdir
0 commit comments