Skip to content

Commit 8b81881

Browse files
Remove mysql deps
1 parent e650564 commit 8b81881

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Dockerfile

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
FROM python:3.10-alpine
22

33
# 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
4+
RUN apk update && apk add python3 python3-dev build-base musl-dev gcc g++ tzdata cargo rust libffi-dev musl-dev
65
RUN apk add --no-cache freetype-dev \
76
fribidi-dev \
87
harfbuzz-dev \

0 commit comments

Comments
 (0)