From aa7d2da45b478ea834f5484964e5c826d3cc7635 Mon Sep 17 00:00:00 2001 From: decentral1se Date: Thu, 6 May 2021 13:14:05 +0200 Subject: [PATCH] Add curl as dependency to allow for healthchecks Closes https://github.com/Chocobozzz/PeerTube/issues/4045. --- support/docker/production/Dockerfile.buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index b3822964d..2ff0591f9 100644 --- a/support/docker/production/Dockerfile.buster +++ b/support/docker/production/Dockerfile.buster @@ -7,7 +7,7 @@ ARG NPM_RUN_BUILD_OPTS # Install dependencies RUN apt update \ - && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential \ + && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential curl \ && gosu nobody true \ && rm /var/lib/apt/lists/* -fR -- 2.41.0