Skip to content
Snippets Groups Projects
Unverified Commit 9f904754 authored by Magnus Frühling's avatar Magnus Frühling Committed by Matthias Schiffer
Browse files

contrib: Dockerfile: actually create gluon user directory

Initialize the /gluon volume with the contents of /etc/skel.

[Matthias Schiffer: extend commit message]
parent 6c733a6a
No related branches found
No related tags found
No related merge requests found
...@@ -30,7 +30,7 @@ RUN mkdir /tmp/ec &&\ ...@@ -30,7 +30,7 @@ RUN mkdir /tmp/ec &&\
mv bin/ec-linux-amd64 /usr/local/bin/editorconfig-checker &&\ mv bin/ec-linux-amd64 /usr/local/bin/editorconfig-checker &&\
rm -rf /tmp/ec rm -rf /tmp/ec
RUN useradd -d /gluon gluon RUN useradd -m -d /gluon gluon
USER gluon USER gluon
VOLUME /gluon VOLUME /gluon
......
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