Skip to content
Snippets Groups Projects
Commit 244b6aca authored by Adem Aber Aouni's avatar Adem Aber Aouni :sunglasses:
Browse files

Added group Add

parent 16c852e4
No related branches found
No related tags found
No related merge requests found
......@@ -28,7 +28,8 @@ RUN apt update -y \
exiftool \
&& rm -rf /var/lib/apt/lists/* /tmp/* /var/tmp/*
RUN useradd -u $PIWIGO_USER -g $PIWIGO_GROUP user
RUN groupadd -g $PIWIGO_GROUP_ID user
RUN useradd -u $PIWIGO_USER_ID -g $PIWIGO_GROUP_ID user
RUN wget -q -O piwigo.zip http://piwigo.org/download/dlcounter.php?code=$PIWIGO_VERSION && \
unzip piwigo.zip && \
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment