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

10
Dockerfile Normal file
View File

@@ -0,0 +1,10 @@
# Start with our deploy-container image (Debian)
FROM bencdr/deploy-container:latest
USER coder
# 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

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