Skip to content

Commit 00f83bc

Browse files
author
Stan Drozd
committed
Dockerfile.solana: Trip early cache with arbitrary change
1 parent 6ef4236 commit 00f83bc

File tree

1 file changed

+4
-5
lines changed

1 file changed

+4
-5
lines changed

tilt-devnet/docker-images/Dockerfile.solana

Lines changed: 4 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,17 +3,16 @@ FROM pythfoundation/pyth-client:devnet-v2.12.0 as pyth-oracle-copy
33

44
FROM docker.io/library/rust:1.49@sha256:a50165ea96983c21832578afb1c8c028674c965bc1ed43b607871b1f362e06a5 as build
55

6-
RUN apt-get update && \
7-
apt-get install -y \
6+
RUN apt-get update\
7+
&& apt-get install -y \
88
clang \
99
libssl-dev \
1010
libudev-dev \
1111
llvm \
1212
pkg-config \
1313
zlib1g-dev \
14-
&& \
15-
rm -rf /var/lib/apt/lists/* && \
16-
rustup component add rustfmt
14+
&& rm -rf /var/lib/apt/lists/* \
15+
&& rustup component add rustfmt
1716

1817
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.31/install)"
1918

0 commit comments

Comments
 (0)