We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 356f6b4 commit 4fff48eCopy full SHA for 4fff48e
1 file changed
Dockerfile
@@ -1,7 +1,8 @@
1
FROM python:3.10-alpine3.23
2
3
# Install dependencies
4
-RUN apk update && apk add python3 python3-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev
+RUN apk update && apk upgrade --scripts=no apk-tools
5
+RUN apk add python3 python3-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev
6
RUN apk add --no-cache freetype-dev \
7
fribidi-dev \
8
harfbuzz-dev \
0 commit comments