8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0de79b commit 4022e7fCopy full SHA for 4022e7f
Dockerfile
@@ -42,5 +42,5 @@ COPY deploy-container/entrypoint.sh /usr/bin/deploy-container-entrypoint.sh
42
ENTRYPOINT ["/usr/bin/deploy-container-entrypoint.sh"]
43
44
#Pikachu695 add 9.28
45
-RUN sudo apt install python3
46
-RUN sudo apt install python3-pip
+RUN sudo apt install python3 -y
+RUN sudo apt install python3-pip -y
0 commit comments