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 f698f3c commit 25b993dCopy full SHA for 25b993d
Dockerfile
@@ -1,12 +1,12 @@
1
FROM python:3-slim
2
3
-ENV DEBIAN_FRONTEND noninteractive
+ENV DEBIAN_FRONTEND=noninteractive
4
5
# NOTE: We need to do a mkdir as long the openjdk package is broken 8-/
6
7
RUN mkdir -p /usr/share/man/man1 \
8
&& apt-get update \
9
- && apt-get install -y openjdk-11-jre-headless \
+ && apt-get install -y openjdk-25-jre-headless \
10
&& rm -r /usr/share/doc/* /usr/share/man/* \
11
&& apt-get clean
12
0 commit comments