Skip to content

Commit f85f308

Browse files
committed
fix permissions
1 parent 8975df5 commit f85f308

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

Dockerfile

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
FROM codercom/code-server:latest
22

33
# Install rclone (support for remote filesystem)
4-
RUN sudo apt-get install rclone -y
4+
RUN sudo apt-get install -y rclone
5+
6+
# Other dev tools would be installed here
7+
# RUN sudo apt-get install -y
58

69
USER coder
710

0 commit comments

Comments
 (0)