Skip to content
Snippets Groups Projects
Commit e3561d0a authored by Jan David Mol's avatar Jan David Mol
Browse files

Task #8437: Use UID instead of USER, as USER is not set yet

parent 105ea7f6
No related branches found
No related tags found
No related merge requests found
...@@ -51,7 +51,7 @@ RUN echo 'ALL ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \ ...@@ -51,7 +51,7 @@ RUN echo 'ALL ALL=(ALL) NOPASSWD:ALL' >> /etc/sudoers && \
# #
# setup install dir # setup install dir
# #
RUN mkdir -p ${INSTALLDIR} && chown ${USER}.${USER} ${INSTALLDIR} RUN mkdir -p ${INSTALLDIR} && chown ${UID}.${UID} ${INSTALLDIR}
USER ${USER} USER ${USER}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment