From ddc5aa55df34229f7cc2c452275ef3014b820361 Mon Sep 17 00:00:00 2001 From: Bernhard B Date: Sat, 7 Mar 2026 13:35:42 +0100 Subject: [PATCH] remove netcat-openbsd * not needed anymore --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index c8ce7b1..7acee30 100644 --- a/Dockerfile +++ b/Dockerfile @@ -172,7 +172,7 @@ ENV SIGNAL_CLI_REST_API_PLUGIN_SHARED_OBJ_DIR=/usr/bin/ RUN dpkg-reconfigure debconf --frontend=noninteractive \ && apt-get update \ - && apt-get install -y --no-install-recommends util-linux supervisor netcat-openbsd openjdk-25-jre curl locales \ + && apt-get install -y --no-install-recommends util-linux supervisor openjdk-25-jre curl locales \ && 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