diff options
author | decentral1se <hi@decentral1.se> | 2021-05-06 13:14:05 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2021-05-07 09:03:10 +0200 |
commit | aa7d2da45b478ea834f5484964e5c826d3cc7635 (patch) | |
tree | e14463e28dbf7035c20eaf1a39a5c67ef7a2d89b /support/docker | |
parent | a66c2e3252d6cca8958959966f42494ded564023 (diff) | |
download | PeerTube-aa7d2da45b478ea834f5484964e5c826d3cc7635.tar.gz PeerTube-aa7d2da45b478ea834f5484964e5c826d3cc7635.tar.zst PeerTube-aa7d2da45b478ea834f5484964e5c826d3cc7635.zip |
Add curl as dependency to allow for healthchecks
Closes https://github.com/Chocobozzz/PeerTube/issues/4045.
Diffstat (limited to 'support/docker')
-rw-r--r-- | support/docker/production/Dockerfile.buster | 2 |
1 files changed, 1 insertions, 1 deletions
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 | |||
7 | 7 | ||
8 | # Install dependencies | 8 | # Install dependencies |
9 | RUN apt update \ | 9 | RUN apt update \ |
10 | && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential \ | 10 | && apt install -y --no-install-recommends openssl ffmpeg python ca-certificates gnupg gosu build-essential curl \ |
11 | && gosu nobody true \ | 11 | && gosu nobody true \ |
12 | && rm /var/lib/apt/lists/* -fR | 12 | && rm /var/lib/apt/lists/* -fR |
13 | 13 | ||