Skip to content

Commit

Permalink
Merge pull request #4 from solana-developers/autopr-update-dockerfiles
Browse files Browse the repository at this point in the history
Update Dockerfiles
  • Loading branch information
ngundotra authored Nov 11, 2024
2 parents b37ba73 + 999fd88 commit 7d177d2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions docker/v2.0.15.Dockerfile
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
FROM --platform=linux/amd64 rust@sha256:653bd24b9a8f9800c67df55fea5637a97152153fd744a4ef78dd41f7ddc40144

RUN apt-get update && apt-get install -qy git gnutls-bin
RUN sh -c "$(curl -sSfL https://release.anza.xyz/v2.0.15/install)"
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
WORKDIR /build

CMD /bin/bash

0 comments on commit 7d177d2

Please sign in to comment.