Skip to content
Snippets Groups Projects
Commit 476c5bf9 authored by Benjamin Bertrand's avatar Benjamin Bertrand
Browse files

Add /epics directory for testing

parent be6a7e88
No related branches found
No related tags found
No related merge requests found
...@@ -59,6 +59,10 @@ ENV USERNAME gitlab-ci ...@@ -59,6 +59,10 @@ ENV USERNAME gitlab-ci
RUN groupadd -r -g 100000 ${USERNAME} \ RUN groupadd -r -g 100000 ${USERNAME} \
&& useradd --no-log-init -r -m -g ${USERNAME} -u 10043 ${USERNAME} && useradd --no-log-init -r -m -g ${USERNAME} -u 10043 ${USERNAME}
# Create /epics directory in the image so that we can test
# without mounting an external dir
RUN mkdir /epics && chown ${USERNAME}:${USERNAME} /epics
USER ${USERNAME} USER ${USERNAME}
WORKDIR /home/${USERNAME} WORKDIR /home/${USERNAME}
......
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