Skip to content

Commit

Permalink
add git and hg to docker image (#33)
Browse files Browse the repository at this point in the history
Signed-off-by: Bob Callaway <bcallaway@google.com>

Signed-off-by: Bob Callaway <bcallaway@google.com>
Co-authored-by: Owen Rumney <owen.rumney@aquasec.com>
  • Loading branch information
bobcallaway and Owen Rumney authored Nov 3, 2022
1 parent 8019886 commit 21ded20
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.16.2

RUN apk --no-cache --update add bash wget
RUN apk --no-cache --update add bash wget git mercurial

SHELL ["/bin/bash", "-eo", "pipefail", "-c"]

Expand Down

0 comments on commit 21ded20

Please sign in to comment.