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:
parent
c9925e2d13
commit
c5621bd23b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue