diff --git a/BasicMetaDesktop/Dockerfile b/BasicMetaDesktop/Dockerfile index 723ce7fb97bdd871ac20cde9bfb3e640f6484241..75b8c906e525158e3761787f61a1ef4baa381533 100644 --- a/BasicMetaDesktop/Dockerfile +++ b/BasicMetaDesktop/Dockerfile @@ -86,9 +86,14 @@ RUN gdebi /root/dropbox_2015.10.28_amd64.deb -n COPY files/runshell.sh /bin/ RUN chmod 755 /bin/runshell.sh - +# Set conatiner name for prompt ENV CONTAINER_NAME='basicmetadesktop' +# Giveagain, since xfce install "fixed" it) 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) +RUN chmod 777 /home + +# Switch back to metauser USER metauser diff --git a/MinimalMetaDesktop/Dockerfile b/MinimalMetaDesktop/Dockerfile index 6499c5db993ae352224d54becdff743b4214d8ae..e4e82a21d92d312f1ad45d7bc3e81451c43fa2ee 100644 --- a/MinimalMetaDesktop/Dockerfile +++ b/MinimalMetaDesktop/Dockerfile @@ -89,7 +89,7 @@ RUN chown -R metauser:metauser /metauser_home_vanilla/.fluxbox COPY files/background.jpg /usr/share/images/fluxbox/background.jpg # Give write access to anyone to the home folder so the entrypoint will be able -# to copy over the /home/matauser_vanilla into /home/metause (for Singularity) +# to copy over the /home/matauser_vanilla into /home/metauser (for Singularity) RUN chmod 777 /home