Skip to content
This repository has been archived by the owner on Jul 22, 2024. It is now read-only.

Commit

Permalink
Dockerfile rm git
Browse files Browse the repository at this point in the history
Co-authored-by: Jeremy Jackins <[email protected]>
  • Loading branch information
nickatsegment and jnjackins authored Jun 10, 2020
1 parent 1cdcdc9 commit 5523fa4
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 @@ -6,7 +6,7 @@ COPY . .
ARG VERSION
RUN test -n "${VERSION}"

RUN apk add -U make git
RUN apk add -U make
RUN make linux VERSION=${VERSION}

FROM scratch AS run
Expand Down

0 comments on commit 5523fa4

Please sign in to comment.