Skip to content

Commit

Permalink
Add git into builder container
Browse files Browse the repository at this point in the history
  • Loading branch information
Pavlo Sumkin committed Mar 23, 2022
1 parent b60c8a6 commit 8bad8ab
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
Expand Up @@ -20,7 +20,7 @@ WORKDIR /go/src/
COPY . .

RUN apk add --no-cache \
bash build-base \
bash build-base git \
libmcrypt libmcrypt-dev \
&& echo "[CHECKER NSCA DEPS DONE]"

Expand Down

0 comments on commit 8bad8ab

Please sign in to comment.