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
6363RUN apt-get update && \
6464 apt-get upgrade -y && \
6565 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+
6769
6870# configure process manager
6971ARG 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
2020RUN apt-get update && \
2121 apt-get upgrade -y && \
2222 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 && \
2425 apt-get clean
2526
2627
You can’t perform that action at this time.
0 commit comments