Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
andrei-neon committed May 28, 2024
1 parent 72bb3f4 commit fc14edb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ RUN rustup update
COPY . /opt

WORKDIR /opt
RUN cargo update -p [email protected] --precise 1.75.0
RUN cd ./test-invoke-program && cargo build-bpf --bpf-out-dir=/opt/deploy/test_invoke_program/
RUN cd ./test-invoke-program && cargo update -p [email protected] --precise 1.75.0 && cargo build-bpf --bpf-out-dir=/opt/deploy/test_invoke_program/

RUN cd counter && cargo build-bpf --bpf-out-dir=/opt/deploy/counter/
RUN cd transfer-sol/program && cargo build-bpf --bpf-out-dir=/opt/deploy/transfer_sol/
Expand Down

0 comments on commit fc14edb

Please sign in to comment.