Skip to content

Commit

Permalink
Merge pull request #475 from codegouvfr/add_bash
Browse files Browse the repository at this point in the history
Add bash to dockerfile
  • Loading branch information
andrew authored Oct 18, 2024
2 parents 91c1f0e + fb02db3 commit 7aa3f55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ RUN apk add --update \
curl \
curl-dev \
libc6-compat \
bash \
&& rm -rf /var/cache/apk/*

# Will invalidate cache as soon as the Gemfile changes
Expand Down

0 comments on commit 7aa3f55

Please sign in to comment.