Skip to content

Commit

Permalink
maybe a different command
Browse files Browse the repository at this point in the history
  • Loading branch information
Clue88 committed Jul 7, 2024
1 parent bf352ac commit ab2077a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions backend/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,7 @@ 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
RUN cat nginx_signing.key
RUN cat nginx_signing.key | gpg --dearmor | tee /usr/share/keyrings/nginx-archive-keyring.gpg >/dev/null
RUN wget -O/etc/apt/trusted.gpg.d/nginx.asc https://nginx.org/keys/nginx_signing.key

# Install dependencies
RUN apt-get update \
Expand Down

0 comments on commit ab2077a

Please sign in to comment.