solana/Dockerfile: Make sure we add everything from solana/
Change-Id: I864d769668865b010f630b2ebf8addcb7dcae545
This commit is contained in:
parent
82731c22c0
commit
cb719971fe
|
@ -12,9 +12,7 @@ ENV PATH="/root/.local/share/solana/install/active_release/bin:$PATH"
|
||||||
ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug"
|
ENV RUST_LOG="solana_runtime::system_instruction_processor=trace,solana_runtime::message_processor=trace,solana_bpf_loader=debug,solana_rbpf=debug"
|
||||||
ENV EMITTER_ADDRESS="11111111111111111111111111111115"
|
ENV EMITTER_ADDRESS="11111111111111111111111111111115"
|
||||||
|
|
||||||
COPY bridge bridge
|
ADD . .
|
||||||
COPY modules modules
|
|
||||||
COPY solitaire solitaire
|
|
||||||
|
|
||||||
RUN --mount=type=cache,target=/usr/local,from=rust,source=/usr/local \
|
RUN --mount=type=cache,target=/usr/local,from=rust,source=/usr/local \
|
||||||
--mount=type=cache,target=/root/.cache \
|
--mount=type=cache,target=/root/.cache \
|
||||||
|
|
Loading…
Reference in New Issue