From c3abc9cda019a8939a0be6d3047ecc3b048c6860 Mon Sep 17 00:00:00 2001 From: em Date: Mon, 30 Oct 2023 12:15:04 +0100 Subject: [PATCH] Add missing group --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 78cf65c..c2601d0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,6 +35,7 @@ RUN apt-get update && apt-get -y install \ # procps needed for us finding the libreoffice process, see https://github.com/sbraconnier/jodconverter/issues/127#issuecomment-463668183 procps \ && apt-get -y install libreoffice libreoffice-java-common --no-install-recommends \ + && groupadd $NONPRIVGROUP \ && useradd -m $NONPRIVUSER -g $NONPRIVGROUP \ && rm -rf /var/lib/apt/lists/*