Skip to content

Commit

Permalink
docker: install git in alpine dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
breuner committed Jun 26, 2022
1 parent 7522b4b commit 92b75c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build_helpers/docker/Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

FROM alpine:3 as builder

RUN apk add bash go make
RUN apk add bash git go make

RUN cd /root && \
git clone https://github.com/breuner/proxperfect.git && \
Expand Down

0 comments on commit 92b75c4

Please sign in to comment.