From 00a570fdc3d696fa508805c83f1963e006e2e812 Mon Sep 17 00:00:00 2001 From: Agah Date: Wed, 4 Oct 2023 15:09:23 -0400 Subject: [PATCH] update gids --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 03b43fb..1d604bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,8 @@ FROM pandoc/latex:3.1.1-alpine RUN apk add --no-cache ttf-hack; \ - adduser -D -u 1000 -g 'www-data' ubuntu + addgroup -g 1000 www-data; \ + adduser -u 1000 -G www-data -D ubuntu # Install additional LaTeX packages RUN tlmgr update --self && tlmgr install \