diff --git a/Dockerfile b/Dockerfile index 8d84e8a..f4b4da8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 \