1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-05-09 00:34:25 +08:00

Update Dockerfile.builder

This commit is contained in:
涵曦
2025-06-10 14:06:34 +08:00
committed by GitHub
parent fb48ed13c0
commit 4d07b48c63

View File

@@ -1,4 +1,4 @@
FROM python:3.10.18-alpine3.22
FROM python:3.12-alpine3.22
RUN apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev openssl-dev zlib-dev jpeg-dev libc6-compat gcc musl-dev
RUN pip install -U pdm