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 13ed9e2 commit 8a5f719
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -54,9 +54,8 @@ COPY --from=staging /app /app

RUN apk add --no-cache \
bash curl coreutils ca-certificates shadow jq nginx \
openssl postgresql17-client libjpeg-turbo tzdata
py3-mysqlclient s6-overlay \
netcat-openbsd mariadb-client dpkg \
openssl postgresql17-client libjpeg-turbo tzdata py3-mysqlclient 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 \
Expand Down

0 comments on commit 8a5f719

Please sign in to comment.