Explorar el Código

It seems specifying the GID like this isnt correct

jamesread hace 4 años
padre
commit
1ae4e6ac54
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

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