solana/Dockerfile: Make sure we add everything from solana/

Change-Id: I864d769668865b010f630b2ebf8addcb7dcae545
This commit is contained in:
Stan Drozd 2021-08-04 14:08:17 +02:00
parent 82731c22c0
commit cb719971fe
1 changed files with 1 additions and 3 deletions

View File

@ -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 EMITTER_ADDRESS="11111111111111111111111111111115"
COPY bridge bridge
COPY modules modules
COPY solitaire solitaire
ADD . .
RUN --mount=type=cache,target=/usr/local,from=rust,source=/usr/local \
--mount=type=cache,target=/root/.cache \