We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8975df5 commit f85f308Copy full SHA for f85f308
Dockerfile
@@ -1,7 +1,10 @@
1
FROM codercom/code-server:latest
2
3
# Install rclone (support for remote filesystem)
4
-RUN sudo apt-get install rclone -y
+RUN sudo apt-get install -y rclone
5
+
6
+# Other dev tools would be installed here
7
+# RUN sudo apt-get install -y
8
9
USER coder
10
0 commit comments