File tree Expand file tree Collapse file tree 3 files changed +2
-2
lines changed
tilt-devnet/docker-images Expand file tree Collapse file tree 3 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ ARG WORMHOLE_TAG=v2.8.9
8
8
RUN apt-get update && apt-get install -yq libudev-dev ncat
9
9
RUN curl -fsSL https://deb.nodesource.com/setup_16.x | bash - && apt-get install -y nodejs
10
10
11
- ADD rust-toolchain /rust-toolchain
11
+ ADD wormhole-attester/ rust-toolchain /rust-toolchain
12
12
WORKDIR /usr/src/bridge-client
13
13
14
14
RUN --mount=type=cache,target=/root/.cache \
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ RUN sh -c "$(curl -sSfL https://release.solana.com/v1.10.31/install)"
19
19
ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
20
20
21
21
22
- ADD rust-toolchain /rust-toolchain
22
+ ADD wormhole-attester/ rust-toolchain /rust-toolchain
23
23
24
24
USER root
25
25
# Solana does a questionable download at the beginning of a *first* build-bpf call. Trigger and layer-cache it explicitly.
File renamed without changes.
You can’t perform that action at this time.
0 commit comments