test this maybe
This commit is contained in:
10
Dockerfile
Normal file
10
Dockerfile
Normal 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
|
||||
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user