Skip to content

Commit

Permalink
chore: add git to docker image (foundry-rs#1990)
Browse files Browse the repository at this point in the history
  • Loading branch information
mattsse authored Jun 16, 2022
1 parent 0e69006 commit 3462df1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
from alpine as build-environment
WORKDIR /opt
RUN apk add clang lld curl build-base linux-headers \
RUN apk add clang lld curl build-base linux-headers git \
&& curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs > rustup.sh \
&& chmod +x ./rustup.sh \
&& ./rustup.sh -y
Expand Down

0 comments on commit 3462df1

Please sign in to comment.