mirror of
https://github.com/tropicoo/yt-dlp-bot.git
synced 2025-01-31 02:49:26 +08:00
Update base.Dockerfile
This commit is contained in:
parent
b6cdf76219
commit
03b5292de5
1 changed files with 1 additions and 0 deletions
|
@ -12,6 +12,7 @@ COPY ./yt_shared/requirements_shared.txt ./
|
|||
|
||||
RUN apk add --no-cache --virtual .build-deps \
|
||||
build-base \
|
||||
&& apk add git \
|
||||
&& pip install --upgrade pip setuptools wheel \
|
||||
&& MAKEFLAGS="-j$(nproc)" pip install --no-cache-dir -r requirements_shared.txt \
|
||||
&& rm requirements_shared.txt \
|
||||
|
|
Loading…
Reference in a new issue