From 911feaf9469952995d459a8a751d2e01660c1381 Mon Sep 17 00:00:00 2001 From: GitHub Workflow Date: Tue, 17 Sep 2024 08:40:46 +0000 Subject: [PATCH] Repo-sync --- Containers/whiteboard/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Containers/whiteboard/Dockerfile b/Containers/whiteboard/Dockerfile index ceec39d..db6a7ef 100644 --- a/Containers/whiteboard/Dockerfile +++ b/Containers/whiteboard/Dockerfile @@ -1,9 +1,11 @@ # syntax=docker/dockerfile:latest FROM ghcr.io/nextcloud-releases/whiteboard:v1.0.1 +USER root RUN set -ex; \ apk upgrade --no-cache -a; \ apk add --no-cache bash +USER nobody COPY --chmod=775 start.sh /start.sh