Skip to content

Commit

Permalink
Copy files in the x86_64 Dockerfile as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-james committed Oct 20, 2024
1 parent fee15b6 commit cea9b24
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions shared/src/test-support/resources/testcontainers/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ FROM solanalabs/solana:v1.18.25

USER root

COPY solana-run.sh /solana-run.sh
COPY lmax_multisig.so /lmax_multisig.so
COPY upgrade_authority.json /upgrade_authority.json
COPY bpf_program.json /bpf_program.json

COPY solana-run.sh /usr/bin/solana-run.sh
RUN chmod +x /usr/bin/solana-run.sh

Expand Down

0 comments on commit cea9b24

Please sign in to comment.