Skip to content

Commit

Permalink
fix syntax err (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
segfaultdoc authored and buffalu committed Nov 18, 2022
1 parent 29c262c commit f8f809c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dev/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ ENV CI_COMMIT=$ci_commit
RUN --mount=type=cache,mode=0777,target=/solana/target \
--mount=type=cache,mode=0777,target=/usr/local/cargo/registry \
--mount=type=cache,mode=0777,target=/usr/local/cargo/git \
cargo build --release && cp target/release/solana* ./docker-output && \
cargo build --release && cp target/release/solana* ./docker-output

0 comments on commit f8f809c

Please sign in to comment.