Skip to content

Commit

Permalink
fix: permissions in docker
Browse files Browse the repository at this point in the history
  • Loading branch information
austbot committed Oct 31, 2024
1 parent 0a3c0c8 commit 68f4b4e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/docker/Dockerfile.build
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ RUN rustup toolchain install nightly && \
rustup component add rustfmt --toolchain nightly
COPY ci-entry.sh /usr/local/bin/ci-entry.sh
RUN chmod +x /usr/local/bin/ci-entry.sh
USER solana
ENTRYPOINT ["/usr/local/bin/ci-entry.sh"]
LABEL \
org.opencontainers.image.name="bonsol-ci-env" \
Expand Down

0 comments on commit 68f4b4e

Please sign in to comment.