We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68b3ddd commit af939fcCopy full SHA for af939fc
eth2near/Dockerfile
@@ -9,6 +9,7 @@ COPY eth2near/ ./eth2near/
9
10
# Build the project with cache mounts
11
WORKDIR /app/eth2near
12
+ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
13
RUN --mount=type=cache,target=/app/eth2near/target \
14
--mount=type=cache,target=/usr/local/cargo/registry \
15
--mount=type=cache,target=/usr/local/cargo/git,id=git-cache-v2 \
0 commit comments