Add bash to the docker image.

This commit is contained in:
SamTV12345 2023-07-01 19:43:30 +02:00
parent 9a679aca56
commit 8e690aa342
No known key found for this signature in database
GPG Key ID: E63EEC7466038043
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ ARG INSTALL_SOFFICE=
ENV NODE_ENV=production
ENV ETHERPAD_PRODUCTION=true
# Install dependencies required for modifying access.
RUN apk add shadow
RUN apk add shadow bash
# Follow the principle of least privilege: run as unprivileged user.
#
# Running as non-root enables running this image in platforms like OpenShift