8000 Update Dockerfile · Pikachu695/deploy-code-server@4022e7f · GitHub
[go: up one dir, main page]

Skip to content

Commit 4022e7f

Browse files
authored
Update Dockerfile
1 parent d0de79b commit 4022e7f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,5 +42,5 @@ COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
4242
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]
4343

4444
#Pikachu695 add 9.28
45-
RUN sudo apt install python3
46-
RUN sudo apt install python3-pip
45+
RUN sudo apt install python3 -y
46+
RUN sudo apt install python3-pip -y

0 commit comments

Comments
 (0)
0