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 37821e5 commit 2cbb444Copy full SHA for 2cbb444
Dockerfile
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="yellow"
8
LABEL "repository"="http://github.com/srt32/git-actions"
9
LABEL "homepage"="http://github.com/srt32/git-actions"
10
11
-RUN apk add --no-cache git
+RUN apk add --no-cache git bash
12
13
ADD entrypoint.sh /
14
RUN chmod +x /entrypoint.sh
0 commit comments