Skip to content

Commit 6e1c4dc

Browse files
committed
Tweak
1 parent 5fe3bf0 commit 6e1c4dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ RUN cargo install --git https://github.com/coral-xyz/anchor --tag ${ANCHOR_CLI}
3535

3636
# Build a dummy program to bootstrap the BPF SDK (doing this speeds up builds).
3737
RUN anchor init dummy && cd dummy && (anchor build || true)
38-
RUN rm -r /dummy
38+
RUN rm -r dummy
3939

4040
# Set up the working directory
4141
RUN mkdir /workdir

0 commit comments

Comments
 (0)