add bash to Alpine Docker image

This commit is contained in:
2025-04-30 14:56:00 -05:00
parent 2c71dfac86
commit 249d067c0e

View File

@ -5,6 +5,7 @@ WORKDIR /app
RUN <<EOT
apk update
apk add bash
gem update --system --no-document
gem install -N bundler
EOT