add depencency

This commit is contained in:
Ben
2021-03-03 22:17:09 -05:00
parent 31ae69d625
commit f3bf7f87e2

View File

@@ -8,7 +8,8 @@ COPY settings.json .local/share/code-server/User/settings.json
# Use bash shell
ENV SHELL=/bin/bash
# Install rclone (support for remote filesystem)
# Install unzip + rclone (support for remote filesystem)
RUN sudo apt-get update && sudo apt-get install unzip -y
RUN curl https://rclone.org/install.sh | sudo bash
# Fix permissions