Skip to content

Commit 56e5d3e

Browse files
Update Dockerfile
1 parent 088f415 commit 56e5d3e

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

Dockerfile

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,7 @@ FROM python:${PYTHON_VERSION}-slim as final
1616
COPY --from=clone /app /app
1717
WORKDIR /app
1818
RUN apt-get update
19-
RUN apt-get install -y software-properties-common python3-launchpadlib
20-
RUN add-apt-repository ppa:webupd8team/java
2119
RUN apt-get update
22-
RUN apt-get install -y gcc libc-dev bash zsh oracle-java8-installer
20+
RUN apt-get install -y gcc libc-dev bash zsh openjdk-17-jdk
2321

2422
ENTRYPOINT [ "python3", "/app/main.py" ]

0 commit comments

Comments
 (0)