Skip to content

Commit af939fc

Browse files
committed
Use git cli?
1 parent 68b3ddd commit af939fc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

eth2near/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ COPY eth2near/ ./eth2near/
99

1010
# Build the project with cache mounts
1111
WORKDIR /app/eth2near
12+
ENV CARGO_NET_GIT_FETCH_WITH_CLI=true
1213
RUN --mount=type=cache,target=/app/eth2near/target \
1314
--mount=type=cache,target=/usr/local/cargo/registry \
1415
--mount=type=cache,target=/usr/local/cargo/git,id=git-cache-v2 \

0 commit comments

Comments
 (0)