add bash to Alpine Docker image
This commit is contained in:
parent
2c71dfac86
commit
249d067c0e
@ -5,6 +5,7 @@ WORKDIR /app
|
|||||||
|
|
||||||
RUN <<EOT
|
RUN <<EOT
|
||||||
apk update
|
apk update
|
||||||
|
apk add bash
|
||||||
gem update --system --no-document
|
gem update --system --no-document
|
||||||
gem install -N bundler
|
gem install -N bundler
|
||||||
EOT
|
EOT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user