Skip to content

Commit

Permalink
fix: docker
Browse files Browse the repository at this point in the history
  • Loading branch information
ali-bahjati committed Sep 5, 2024
1 parent c4c6e46 commit 2866a35
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ ARG APP_PATH

# Install Solana CLI, we redo this step because this Docker target
# starts from scratch without the earlier Solana installation
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.17/install"
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.14.17/install)"
ENV PATH=$PATH:/root/.local/share/solana/install/active_release/bin

ENV \
Expand Down

0 comments on commit 2866a35

Please sign in to comment.