mirror of
https://github.com/0-8-4/miui-auto-tasks.git
synced 2024-11-24 09:15:48 +00:00
fix: 修复无法构建docker镜像的问题 (#274)
This commit is contained in:
parent
89031221ac
commit
019cd28e29
@ -1,6 +1,6 @@
|
||||
FROM python:alpine
|
||||
|
||||
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust rustc cargo pkgconfig libressl-dev
|
||||
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev rust openssl-dev cargo pkgconfig
|
||||
|
||||
RUN pip install --no-cache-dir pdm
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user