1
0
Fork 0

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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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 gnupg gosu \
&& apt install -y --no-install-recommends openssl ffmpeg python gnupg gosu \
&& gosu nobody true \
&& rm /var/lib/apt/lists/* -fR