We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31ae69d commit f3bf7f8Copy full SHA for f3bf7f8
Dockerfile
@@ -8,7 +8,8 @@ COPY settings.json .local/share/code-server/User/settings.json
8
# Use bash shell
9
ENV SHELL=/bin/bash
10
11
-# Install rclone (support for remote filesystem)
+# Install unzip + rclone (support for remote filesystem)
12
+RUN sudo apt-get update && sudo apt-get install unzip -y
13
RUN curl https://rclone.org/install.sh | sudo bash
14
15
# Fix permissions
0 commit comments