Skip to content

Commit

Permalink
bug: add git to docker image to run cr index (#116)
Browse files Browse the repository at this point in the history
Signed-off-by: Gordon Franke <info@nevalon.de>
  • Loading branch information
gimler authored Mar 18, 2021
1 parent 1d877bd commit ceb4026
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:3.13

RUN apk --no-cache add ca-certificates
RUN apk --no-cache add ca-certificates git

COPY cr /usr/local/bin/cr

Expand Down

0 comments on commit ceb4026

Please sign in to comment.