1
0
mirror of https://github.com/hanxi/xiaomusic.git synced 2026-03-15 08:13:16 +08:00

Update Dockerfile.builder

This commit is contained in:
涵曦
2025-06-09 23:18:13 +08:00
committed by GitHub
parent 684df86688
commit 9f2dbb2457

View File

@@ -1,6 +1,6 @@
FROM python:3.10.18-alpine3.22 AS builder
RUN apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev openssl-dev
RUN apk add --no-cache --virtual .build-deps build-base python3-dev libffi-dev openssl-dev libc6-compat
RUN pip install -U pdm
ENV PDM_CHECK_UPDATE=false
WORKDIR /app