]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - support/docker/production/Dockerfile.buster
Translated using Weblate (Catalan)
[github/Chocobozzz/PeerTube.git] / 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