We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c4c6e46 commit 2866a35Copy full SHA for 2866a35
Dockerfile
@@ -80,7 +80,7 @@ ARG APP_PATH
80
81
# Install Solana CLI, we redo this step because this Docker target
82
# starts from scratch without the earlier Solana installation
83
-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)"
84
ENV PATH=$PATH:/root/.local/share/solana/install/active_release/bin
85
86
ENV \
0 commit comments