Skip to content

Commit e47f2f4

Browse files
committed
Artifacts fix
1 parent d92aa10 commit e47f2f4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

images/solana-validator/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ ENV PATH="/root/.cargo/bin:${PATH}"
3030
RUN curl https://codeload.github.com/anza-xyz/agave/tar.gz/refs/tags/v$AGAVE_VERSION | tar xvz
3131
RUN mv /app/agave-$AGAVE_VERSION /app/agave
3232

33-
ADD solana_artifacts/ /programs/
3433

3534
WORKDIR /app/agave
3635
RUN cargo build --bin solana-test-validator --release
@@ -43,4 +42,5 @@ RUN apt update && \
4342
apt-get install -y bzip2 && \
4443
rm -rf /var/lib/apt/lists/*
4544

45+
ADD solana_artifacts/ /programs/
4646
COPY --from=builder /app/bin/* /app/bin

0 commit comments

Comments
 (0)