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 6ef4236 commit 00f83bcCopy full SHA for 00f83bc
tilt-devnet/docker-images/Dockerfile.solana
@@ -3,17 +3,16 @@ FROM pythfoundation/pyth-client:devnet-v2.12.0 as pyth-oracle-copy
3
4
FROM docker.io/library/rust:1.49@sha256:a50165ea96983c21832578afb1c8c028674c965bc1ed43b607871b1f362e06a5 as build
5
6
-RUN apt-get update && \
7
- apt-get install -y \
+RUN apt-get update\
+ && apt-get install -y \
8
clang \
9
libssl-dev \
10
libudev-dev \
11
llvm \
12
pkg-config \
13
zlib1g-dev \
14
- && \
15
- rm -rf /var/lib/apt/lists/* && \
16
- rustup component add rustfmt
+ && rm -rf /var/lib/apt/lists/* \
+ && rustup component add rustfmt
17
18
RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.31/install)"
19
0 commit comments