Skip to content

Commit 2cbb444

Browse files
committed
install bash
1 parent 37821e5 commit 2cbb444

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ LABEL "com.github.actions.color"="yellow"
88
LABEL "repository"="http://github.com/srt32/git-actions"
99
LABEL "homepage"="http://github.com/srt32/git-actions"
1010

11-
RUN apk add --no-cache git
11+
RUN apk add --no-cache git bash
1212

1313
ADD entrypoint.sh /
1414
RUN chmod +x /entrypoint.sh

0 commit comments

Comments
 (0)