Skip to content

Commit

Permalink
Add bash in the container (#2112)
Browse files Browse the repository at this point in the history
The entrypoint.sh script use bash, running with podman return

    Jan 09 10:12:24 augur.osci.io podman[2004482]: /usr/bin/env: 'bash': No such file or directory

Signed-off-by: Michael Scherer <[email protected]>

Signed-off-by: Michael Scherer <[email protected]>
  • Loading branch information
mscherer committed Jan 11, 2023
1 parent 3ac6794 commit 59ef1a4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ RUN set -x \
&& apt-get update \
&& apt-get -y install --no-install-recommends \
git \
bash \
curl \
gcc \
python3-pip \
Expand Down

0 comments on commit 59ef1a4

Please sign in to comment.