File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -63,7 +63,9 @@ ENV DEBIAN_FRONTEND=noninteractive
63
63
RUN apt-get update && \
64
64
apt-get upgrade -y && \
65
65
apt-get install -y --no-install-recommends \
66
- nginx gcc xz-utils gettext
66
+ nginx gcc xz-utils gettext \
67
+ openjdk-17-jre-headless
68
+
67
69
68
70
# configure process manager
69
71
ARG S6_OVERLAY_VERSION=3.1.2.1
Original file line number Diff line number Diff line change @@ -20,7 +20,8 @@ ENV DEBIAN_FRONTEND=noninteractive
20
20
RUN apt-get update && \
21
21
apt-get upgrade -y && \
22
22
apt-get install -y --no-install-recommends \
23
- nginx gcc xz-utils gettext python3 python3-pip python3-venv python3-dev git postgresql-client libpq-dev && \
23
+ nginx gcc xz-utils gettext python3 python3-pip python3-venv python3-dev git postgresql-client libpq-dev \
24
+ openjdk-17-jre-headless && \
24
25
apt-get clean
25
26
26
27
You can’t perform that action at this time.
0 commit comments