rclone slow

This commit is contained in:
Ben
2021-03-03 20:00:30 -05:00
parent f85f3087fc
commit e396d82dcb

View File

@@ -1,7 +1,7 @@
FROM codercom/code-server:latest
# Install rclone (support for remote filesystem)
RUN sudo apt-get install -y rclone
RUN sudo apt-get update && apt-get install -y rclone
# Other dev tools would be installed here
# RUN sudo apt-get install -y