update Dockerfile (#254)

This commit is contained in:
0-8-4 2023-12-30 20:24:13 +11:00 committed by GitHub
parent 60e0ee65d1
commit 597bd50a58
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,6 +1,6 @@
FROM python:alpine
RUN apk add --no-cache gcc musl-dev python3-dev libffi-dev
RUN apk add --no-cache gcc g++ musl-dev python3-dev libffi-dev
RUN pip install --no-cache-dir pdm