test this maybe

This commit is contained in:
Ben
2021-03-04 03:32:42 -05:00
parent bd6ea964c1
commit fe05cb8c7f
2 changed files with 10 additions and 5 deletions

View File

@@ -13,11 +13,6 @@ ENV SHELL=/bin/bash
RUN sudo apt-get update && sudo apt-get install unzip -y
RUN curl https://rclone.org/install.sh | sudo bash
# You can add custom software and dependencies for your environment here. Some examples:
# RUN code-server --install-extension esbenp.prettier-vscode
# RUN sudo apt-get install -y build-essential
# RUN COPY myTool /home/coder/myTool
# Fix permissions for code-server
RUN sudo chown -R coder:coder /home/coder/.local