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 b37ba73 commit 999fd88Copy full SHA for 999fd88
docker/v2.0.15.Dockerfile
@@ -0,0 +1,8 @@
1
+FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144
2
+
3
+RUN apt-get update && apt-get install -qy git gnutls-bin
4
+RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.15/install)"
5
+ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
6
+WORKDIR /build
7
8
+CMD /bin/bash
0 commit comments