Add curl as dependency to allow for healthchecks

Closes https://github.com/Chocobozzz/PeerTube/issues/4045.
pull/4072/head
decentral1se 2021-05-06 13:14:05 +02:00 committed by Chocobozzz
parent a66c2e3252
commit aa7d2da45b
1 changed files with 1 additions and 1 deletions

View 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