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