Create group before adding to it

This commit is contained in:
Luke Parker 2024-03-24 00:18:40 -04:00
parent 07df9aa035
commit 3d855c75be
No known key found for this signature in database

View file

@ -97,6 +97,7 @@ ENV LD_PRELOAD=libmimalloc.so
RUN apk update && apk upgrade
RUN adduser --system --shell /sbin/nologin --disabled-password {user}
RUN addgroup {user}
RUN addgroup {user} {user}
# Make the /volume directory and transfer it to the user