fix permissions

This commit is contained in:
Ben
2021-03-03 20:00:06 -05:00
parent 8975df55ff
commit f85f3087fc

View File

@@ -1,7 +1,10 @@
FROM codercom/code-server:latest
# Install rclone (support for remote filesystem)
RUN sudo apt-get install rclone -y
RUN sudo apt-get install -y rclone
# Other dev tools would be installed here
# RUN sudo apt-get install -y
USER coder