Skip to content

Commit

Permalink
feat: add git
Browse files Browse the repository at this point in the history
add git for use in jobtome-labs/ci-templates#65
  • Loading branch information
linuxbandit authored Feb 11, 2021
1 parent 615d266 commit 9c26322
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,9 @@ LABEL maintainer="Fabrizio Bellicano <[email protected]>" \
description="sentry-cli with bash." \
license="MIT"

RUN apk add --no-cache bash=4.4.19-r1
RUN apk add --no-cache \
bash=4.4.19-r1 \
git=2.15.4-r0

ENTRYPOINT [ "/bin/bash" ]

Expand Down

0 comments on commit 9c26322

Please sign in to comment.