Skip to content

Commit

Permalink
🐛 Add PGP Fix for New Email API
Browse files Browse the repository at this point in the history
  • Loading branch information
joyliu-q authored Sep 22, 2024
1 parent 5d53110 commit a12c2fa
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions backend/Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ FROM pennlabs/django-base:b269ea1613686b1ac6370154debbb741b012de1a-3.9.14

LABEL maintainer="Penn Labs"

# Update PGP key for NGINX
# https://blog.nginx.org/blog/updating-pgp-key-for-nginx-software
RUN wget -O/etc/apt/trusted.gpg.d/nginx.asc https://nginx.org/keys/nginx_signing.key

# Copy project dependencies
COPY Pipfile* /app/

Expand Down

0 comments on commit a12c2fa

Please sign in to comment.