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