Skip to content

Commit

Permalink
Perhaps fix docker image
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 committed Jul 7, 2024
1 parent fe87f3b commit 1344b6c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ ENV LANG C.UTF-8

WORKDIR /app/

# Update PGP key for NGINX
# https://blog.nginx.org/blog/updating-pgp-key-for-nginx-software
RUN wget https://nginx.org/keys/nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null

# Install dependencies
RUN apt-get update \
&& apt-get install --no-install-recommends -y python3.11-dev pipenv python3-distutils libpq-dev gcc \
Expand Down

0 comments on commit 1344b6c

Please sign in to comment.