Add SIGNAL_CLI_VERSION to the native and jre target

This commit is contained in:
Peter Zandbergen 2026-06-18 11:46:45 +02:00
parent 81e9cbf69f
commit d8193872a9

View File

@ -184,6 +184,8 @@ HEALTHCHECK --interval=20s --timeout=10s --retries=3 \
FROM base AS jre
ARG SIGNAL_CLI_VERSION
RUN dpkg-reconfigure debconf --frontend=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends openjdk-25-jre-headless supervisor \
@ -200,6 +202,8 @@ RUN ln -s /opt/signal-cli-${SIGNAL_CLI_VERSION}/bin/signal-cli /usr/bin/signal-c
FROM base AS native
ARG SIGNAL_CLI_VERSION
RUN dpkg-reconfigure debconf --frontend=noninteractive \
&& apt-get update \
&& apt-get install -y --no-install-recommends supervisor \