浏览代码

It seems specifying the GID like this isnt correct

jamesread 4 年之前
父节点
当前提交
1ae4e6ac54
共有 1 个文件被更改,包括 1 次插入1 次删除
  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 \