Skip to content

Commit 2866a35

Browse files
committed
fix: docker
1 parent c4c6e46 commit 2866a35

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ ARG APP_PATH
8080

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

8686
ENV \

0 commit comments

Comments
 (0)