Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
xirixiz authored Jan 6, 2025
1 parent f727816 commit 86f1a74
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,11 +54,12 @@ COPY --from=staging /app /app

RUN apk add --no-cache \
bash curl coreutils ca-certificates shadow jq nginx \
openssl postgresql17-client libjpeg-turbo tzdata s6-overlay \
openssl postgresql17-client libjpeg-turbo tzdata s6-overlay \
netcat-openbsd mariadb-client dpkg \
&& echo "**** install build dependencies and pip packages ****" \
&& apk add --no-cache --virtual .build-deps \
gcc python3-dev musl-dev postgresql17-dev build-base \
libffi-dev jpeg-dev rust cargo mariadb-dev mariadb-client mariadb-connector-c \
libffi-dev jpeg-dev mariadb-dev mariadb-connector-c-dev rust cargo \
&& python3 -m pip install --no-cache-dir -r /app/dsmrreader/provisioning/requirements/base.txt \
&& python3 -m pip install --no-cache-dir mysqlclient tzupdate \
&& echo "**** cleanup ****" \
Expand Down

0 comments on commit 86f1a74

Please sign in to comment.