mirror of
https://github.com/nextcloud/all-in-one.git
synced 2025-12-19 22:16:49 +00:00
change to root user to install bash
Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
parent
f529714a07
commit
2aa8aa7dda
1 changed files with 2 additions and 0 deletions
|
|
@ -1,9 +1,11 @@
|
||||||
# syntax=docker/dockerfile:latest
|
# syntax=docker/dockerfile:latest
|
||||||
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1
|
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1
|
||||||
|
|
||||||
|
USER root
|
||||||
RUN set -ex; \
|
RUN set -ex; \
|
||||||
apk upgrade --no-cache -a; \
|
apk upgrade --no-cache -a; \
|
||||||
apk add --no-cache bash
|
apk add --no-cache bash
|
||||||
|
USER nobody
|
||||||
|
|
||||||
COPY --chmod=775 start.sh /start.sh
|
COPY --chmod=775 start.sh /start.sh
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue