File tree 1 file changed +5
-4
lines changed
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -54,14 +54,15 @@ COPY --from=staging /app /app
54
54
55
55
RUN apk add --no-cache \
56
56
bash curl coreutils ca-certificates shadow jq nginx \
57
- openssl postgresql17-client libjpeg-turbo tzdata s6-overlay \
58
- netcat-openbsd mariadb-client dpkg \
57
+ openssl postgresql17-client libjpeg-turbo tzdata
58
+ py3-mysqlclient s6-overlay \
59
+ netcat-openbsd mariadb-client dpkg \
59
60
&& echo "**** install build dependencies and pip packages ****" \
60
61
&& apk add --no-cache --virtual .build-deps \
61
62
gcc python3-dev musl-dev postgresql17-dev build-base \
62
- libffi-dev jpeg-dev mariadb-dev mariadb-connector-c-dev rust cargo \
63
+ libffi-dev jpeg-dev rust cargo \
63
64
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
64
- && python3 -m pip install --no-cache-dir mysqlclient tzupdate \
65
+ && python3 -m pip install --no-cache-dir tzupdate \
65
66
&& echo "**** cleanup ****" \
66
67
&& apk del .build-deps \
67
68
&& rm -rf /var/cache/apk/* /tmp/* /root/.cache
You can’t perform that action at this time.
0 commit comments