Skip to content

Commit

Permalink
fixed CARGO
Browse files Browse the repository at this point in the history
  • Loading branch information
Rohmilchkaese committed Mar 16, 2023
1 parent 69648a6 commit 4ad4418
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
FROM alpine:3.17.2 AS build
FROM alpine:3.17.2 AS build
ARG CARGO_NET_GIT_FETCH_WITH_CLI=true
RUN apk -U --no-cache add \
git \
build-base \
Expand Down

0 comments on commit 4ad4418

Please sign in to comment.