Przeglądaj źródła

Set a reliable UID and GID for olivetin user.

James Read 5 lat temu
rodzic
commit
ec9f017022
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -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 \