add user-IDs to all containers

Signed-off-by: Simon L. <szaimen@e.mail.de>
This commit is contained in:
Simon L. 2024-11-06 14:29:18 +01:00
parent 5499bc8a5d
commit faecc028fe
11 changed files with 24 additions and 10 deletions

View file

@ -1,7 +1,7 @@
# syntax=docker/dockerfile:latest
FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.4
USER root
USER 65534
RUN set -ex; \
apk upgrade --no-cache -a; \
apk add --no-cache bash