]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Add curl as dependency to allow for healthchecks
authordecentral1se <hi@decentral1.se>
Thu, 6 May 2021 11:14:05 +0000 (13:14 +0200)
committerChocobozzz <chocobozzz@cpy.re>
Fri, 7 May 2021 07:03:10 +0000 (09:03 +0200)
Closes https://github.com/Chocobozzz/PeerTube/issues/4045.

support/docker/production/Dockerfile.buster

index b3822964dcc80568e6672305ae296d304c155712..2ff0591f9666ee85e8d81eaefadd0993893e3814 100644 (file)
@@ -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