Skip to content

Commit fe05cb8

Browse files
committed
test this maybe
1 parent bd6ea96 commit fe05cb8

File tree

2 files changed

+10
-5
lines changed

2 files changed

+10
-5
lines changed

Dockerfile

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
# Start with our deploy-container image (Debian)
2+
FROM bencdr/deploy-container:latest
3+
4+
USER coder
5+
6+
# You can add custom software and dependencies for your environment here. Some examples:
7+
8+
# RUN code-server --install-extension esbenp.prettier-vscode
9+
# RUN sudo apt-get install -y build-essential
10+
# RUN COPY myTool /home/coder/myTool

deploy-container/Dockerfile

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ ENV SHELL=/bin/bash
1313
RUN sudo apt-get update && sudo apt-get install unzip -y
1414
RUN curl https://rclone.org/install.sh | sudo bash
1515

16-
# You can add custom software and dependencies for your environment here. Some examples:
17-
# RUN code-server --install-extension esbenp.prettier-vscode
18-
# RUN sudo apt-get install -y build-essential
19-
# RUN COPY myTool /home/coder/myTool
20-
2116
# Fix permissions for code-server
2217
RUN sudo chown -R coder:coder /home/coder/.local
2318

0 commit comments

Comments
 (0)