Skip to content

Commit 1c44637

Browse files
Update Dockerfile
1 parent d226404 commit 1c44637

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Dockerfile

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ RUN rm -rf /app/.git
1515
FROM python:${PYTHON_VERSION}-slim as final
1616
COPY --from=clone /app /app
1717
WORKDIR /app
18-
RUN apt update && apt install gcc libc-dev bash zsh openjdk-8-jdk
18+
RUN add-apt-repository ppa:webupd8team/java
19+
RUN apt-get update
20+
RUN apt-get install gcc libc-dev bash zsh oracle-java8-installer
1921

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

0 commit comments

Comments
 (0)