It seems specifying the GID like this isnt correct

This commit is contained in:
jamesread 2021-10-15 22:30:11 +01:00
parent da5a6cdc06
commit 1ae4e6ac54
1 changed files with 1 additions and 1 deletions

View File

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