Skip to content
Snippets Groups Projects
Commit 71ab9fd8 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixes

parent 2e02aeb1
No related branches found
No related tags found
No related merge requests found
...@@ -94,7 +94,7 @@ RUN sed -i 's/^# %wheel/%wheel/' /etc/sudoers ...@@ -94,7 +94,7 @@ RUN sed -i 's/^# %wheel/%wheel/' /etc/sudoers
RUN mv /home/metauser /metauser_home_vanilla RUN mv /home/metauser /metauser_home_vanilla
# Give write access to anyone to the home folder so the entrypoint will be able # Give write access to anyone to the home folder so the entrypoint will be able
# to copy over the /home/matauser_vanilla into /home/metauser (for Singularity) # to copy over the /metauser_home_vanilla into /home/metauser (for Singularity)
RUN chmod 777 /home RUN chmod 777 /home
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment