Set a reliable UID and GID for olivetin user.

This commit is contained in:
James Read 2021-07-31 21:35:10 +01:00 committed by GitHub
parent 1409dcb517
commit ec9f017022
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,6 +1,6 @@
FROM fedora
RUN useradd -rm olivetin
RUN useradd -rm olivetin -u 1000 -g 1000
RUN mkdir -p /config /var/www/olivetin/ && \
dnf install -y \