mirror of
https://github.com/bbernhard/signal-cli-rest-api.git
synced 2026-08-21 04:56:04 +00:00
Add SIGNAL_CLI_VERSION to the native and jre target
This commit is contained in:
parent
81e9cbf69f
commit
d8193872a9
@ -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 \
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user