mirror of
https://github.com/aljazceru/signal-cli-rest-api.git
synced 2026-02-19 22:14:31 +01:00
Add curl to Docker image for health check
* Fixes #495 Signed-off-by: Marvin A. Ruder <signed@mruder.dev>
This commit is contained in:
@@ -159,7 +159,7 @@ ENV BUILD_VERSION=$BUILD_VERSION_ARG
|
||||
|
||||
RUN dpkg-reconfigure debconf --frontend=noninteractive \
|
||||
&& apt-get -qq update \
|
||||
&& apt-get -qq install -y --no-install-recommends util-linux supervisor netcat openjdk-21-jre < /dev/null > /dev/null \
|
||||
&& apt-get -qq install -y --no-install-recommends util-linux supervisor netcat openjdk-21-jre curl < /dev/null > /dev/null \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
COPY --from=buildcontainer /tmp/signal-cli-rest-api-src/signal-cli-rest-api /usr/bin/signal-cli-rest-api
|
||||
|
||||
Reference in New Issue
Block a user