Skip to content

Commit 31ae69d

Browse files
committed
install modern rclone
1 parent 0cbc598 commit 31ae69d

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Dockerfile

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

3-
# Install rclone (support for remote filesystem)
4-
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
8-
93
USER coder
104

115
# Apply VS Code settings
@@ -14,6 +8,9 @@ COPY settings.json .local/share/code-server/User/settings.json
148
# Use bash shell
159
ENV SHELL=/bin/bash
1610

11+
# Install rclone (support for remote filesystem)
12+
RUN curl https://rclone.org/install.sh | sudo bash
13+
1714
# Fix permissions
1815
RUN sudo chown -R coder:coder /home/coder/.local
1916

0 commit comments

Comments
 (0)