Sfoglia il codice sorgente

It seems specifying the GID like this isnt correct

jamesread 4 anni fa
parent
commit
1ae4e6ac54
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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 \