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