Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygrechin authored Jan 12, 2023
1 parent 0f445db commit 44f183f
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
@@ -1,6 +1,6 @@
FROM solanalabs/solana:v1.13.6

RUN apt-get update && \
apt-get install --no-install-recommends rustc curl jq ca-certificated librust-curl+openssl-probe-dev/stable -y && \
apt-get install --no-install-recommends rustc curl jq ca-certificates librust-curl+openssl-probe-dev/stable -y && \
rm -rf /var/lib/apt/lists/* && \
apt-get clean

0 comments on commit 44f183f

Please sign in to comment.