mirror of
https://github.com/omg-xtao/ytdlbot.git
synced 2024-11-16 03:45:23 +00:00
python:3.9-alpine
This commit is contained in:
parent
6a365f57bd
commit
831604881e
@ -1,11 +1,11 @@
|
||||
FROM python:alpine as builder
|
||||
FROM python:3.9-alpine as builder
|
||||
|
||||
RUN apk update && apk add --no-cache tzdata alpine-sdk libffi-dev ca-certificates
|
||||
ADD requirements.txt /tmp/
|
||||
RUN pip3 install --user -r /tmp/requirements.txt && rm /tmp/requirements.txt
|
||||
|
||||
|
||||
FROM python:alpine
|
||||
FROM python:3.9-alpine
|
||||
WORKDIR /ytdlbot
|
||||
ENV TZ=Asia/Shanghai
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user