Skip to content

Commit f3bf7f8

Browse files
committed
add depencency
1 parent 31ae69d commit f3bf7f8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ COPY settings.json .local/share/code-server/User/settings.json
88
# Use bash shell
99
ENV SHELL=/bin/bash
1010

11-
# Install rclone (support for remote filesystem)
11+
# Install unzip + rclone (support for remote filesystem)
12+
RUN sudo apt-get update && sudo apt-get install unzip -y
1213
RUN curl https://rclone.org/install.sh | sudo bash
1314

1415
# Fix permissions

0 commit comments

Comments
 (0)