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 088f415 commit 56e5d3eCopy full SHA for 56e5d3e
Dockerfile
@@ -16,9 +16,7 @@ FROM python:${PYTHON_VERSION}-slim as final
16
COPY --from=clone /app /app
17
WORKDIR /app
18
RUN apt-get update
19
-RUN apt-get install -y software-properties-common python3-launchpadlib
20
-RUN add-apt-repository ppa:webupd8team/java
21
22
-RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer
+RUN apt-get install -y gcc libc-dev bash zsh openjdk-17-jdk
23
24
ENTRYPOINT [ "python3", "/app/main.py" ]
0 commit comments