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 d92aa10 commit e47f2f4Copy full SHA for e47f2f4
images/solana-validator/Dockerfile
@@ -30,7 +30,6 @@ ENV PATH="/root/.cargo/bin:${PATH}"
30
RUN curl https://codeload.github.com/anza-xyz/agave/tar.gz/refs/tags/v$AGAVE_VERSION | tar xvz
31
RUN mv /app/agave-$AGAVE_VERSION /app/agave
32
33
-ADD solana_artifacts/ /programs/
34
35
WORKDIR /app/agave
36
RUN cargo build --bin solana-test-validator --release
@@ -43,4 +42,5 @@ RUN apt update && \
43
42
apt-get install -y bzip2 && \
44
rm -rf /var/lib/apt/lists/*
45
+ADD solana_artifacts/ /programs/
46
COPY --from=builder /app/bin/* /app/bin
0 commit comments