Skip to content

Commit 5d25701

Browse files
authored
Update Dockerfile
1 parent c7958e1 commit 5d25701

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,15 +55,15 @@ COPY --from=staging /app /app
5555
RUN apk add --no-cache \
5656
bash curl coreutils ca-certificates shadow jq nginx \
5757
openssl postgresql17-client tzdata \
58-
py3-mysqlclient s6-overlay netcat-openbsd dpkg \
58+
s6-overlay netcat-openbsd dpkg \
5959
ibffi jpeg libjpeg-turbo libpng zlib mariadb-connector-c-dev \
6060
&& echo "**** install build dependencies and pip packages ****" \
6161
&& apk add --no-cache --virtual .build-deps \
6262
gcc python3-dev musl-dev postgresql17-dev build-base rust cargo \
6363
libffi-dev jpeg-dev libjpeg-turbo-dev libpng-dev zlib-dev mariadb-dev \
6464
&& python3 -m pip install --no-cache-dir --upgrade pip \
6565
&& 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 \
6767
&& echo "**** cleanup ****" \
6868
&& apk del .build-deps \
6969
&& rm -rf /var/cache/apk/* /tmp/* /root/.cache

0 commit comments

Comments
 (0)