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
This commit is contained in:
Kim
2020-02-17 10:01:22 +01:00
committed by GitHub
parent c9925e2d13
commit c5621bd23b

View File

@@ -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