We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e35ab66 commit 53c6a50Copy full SHA for 53c6a50
Dockerfile.base
@@ -8,6 +8,7 @@ COPY --from=ghcommit /ghcommit /usr/bin/ghcommit
8
# hadolint ignore=DL3018
9
RUN apk add --no-cache \
10
bash \
11
+ git-crypt \
12
git
13
14
COPY entrypoint.sh /entrypoint.sh
0 commit comments