Skip to content

Commit 7d177d2

Browse files
authored
Merge pull request #4 from solana-developers/autopr-update-dockerfiles
Update Dockerfiles
2 parents b37ba73 + 999fd88 commit 7d177d2

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

docker/v2.0.15.Dockerfile

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)