From c5621bd23bce038671cd81149a0aa5e238558b67 Mon Sep 17 00:00:00 2001 From: Kim <1877318+kimsible@users.noreply.github.com> Date: Mon, 17 Feb 2020 10:01:22 +0100 Subject: Fix missing python dependency in Dockerfile.buster (#2495) * Fix missing youtube-dl dependency in buster docker image * Fix missing python dependency in buster docker image --- support/docker/production/Dockerfile.buster | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'support/docker/production') diff --git a/support/docker/production/Dockerfile.buster b/support/docker/production/Dockerfile.buster index 515aeb5f1..dde643782 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 gnupg gosu \ + && apt install -y --no-install-recommends openssl ffmpeg python gnupg gosu \ && gosu nobody true \ && rm /var/lib/apt/lists/* -fR -- cgit v1.2.3