Commit 3ec22450 authored by Stefano Alberto Russo's avatar Stefano Alberto Russo
Browse files

Fixed bug that caused the /home folder not to be writable anymore after installing Xfce.y

parent c30bd32a
Loading
Loading
Loading
Loading
+6 −1
Original line number Diff line number Diff line
@@ -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

+1 −1
Original line number Diff line number Diff line
@@ -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