Skip to content

Commit

Permalink
debug: add bash
Browse files Browse the repository at this point in the history
  • Loading branch information
mikeal committed Aug 19, 2019
1 parent aa65ba6 commit 213abdb
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
Expand Up @@ -9,7 +9,7 @@ LABEL "repository"="https://github.com/mikeal/publish-to-github-action"
LABEL "homepage"="https://github.com/mikeal/publish-to-github-action"
LABEL "maintainer"="peaceiris"

RUN apk add --no-cache git openssh-client
RUN apk add --no-cache git openssh-client bash

ADD entrypoint.sh /entrypoint.sh
ENTRYPOINT [ "/entrypoint.sh" ]

0 comments on commit 213abdb

Please sign in to comment.