Explorar o código

Set a reliable UID and GID for olivetin user.

James Read %!s(int64=5) %!d(string=hai) anos
pai
achega
ec9f017022
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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 \