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 56e5d3e commit e32ef6bCopy full SHA for e32ef6b
Dockerfile
@@ -19,4 +19,7 @@ RUN apt-get update
19
RUN apt-get update
20
RUN apt-get install -y gcc libc-dev bash zsh openjdk-17-jdk
21
22
+RUN sed -i 's/ -s / /g' *.py */*.py
23
+RUN sed -r -i "s/which ([a-zA-Z\d\-]+)/which \1 > \/dev\/null 2>&1/g" *.py */*.py
24
+
25
ENTRYPOINT [ "python3", "/app/main.py" ]
0 commit comments