Skip to content

Commit

Permalink
ci: install bash in docker image for retest action (#2479)
Browse files Browse the repository at this point in the history
Signed-off-by: JP Simard <jp@jpsim.com>
  • Loading branch information
jpsim committed Nov 29, 2022
1 parent a7a9275 commit 1c7becd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/.github/actions/retest-action/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.10

RUN apk add --no-cache curl jq
RUN apk add --no-cache bash curl jq

COPY entrypoint.sh /entrypoint.sh

Expand Down

0 comments on commit 1c7becd

Please sign in to comment.