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 e650564 commit 8b81881Copy full SHA for 8b81881
Dockerfile
@@ -1,8 +1,7 @@
1
FROM python:3.10-alpine
2
3
# Install dependencies
4
-RUN apk add --no-cache mariadb-connector-c-dev
5
-RUN apk update && apk add python3 python3-dev mariadb-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev && pip3 install mysqlclient && apk del mariadb-dev
+RUN apk update && 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