mirror of
https://github.com/ether/etherpad-lite.git
synced 2025-04-27 10:56:16 -04:00
Add bash to the docker image.
This commit is contained in:
parent
9a679aca56
commit
8e690aa342
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue