Skip to content

Commit 0cbc598

Browse files
committed
i am a noob
1 parent e396d82 commit 0cbc598

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

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

33
# Install rclone (support for remote filesystem)
4-
RUN sudo apt-get update && apt-get install -y rclone
4+
RUN sudo apt-get update && sudo apt-get install -y rclone
55

66
# Other dev tools would be installed here
77
# RUN sudo apt-get install -y

0 commit comments

Comments
 (0)