Skip to content

Commit

Permalink
add gnupg2 in dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
danangmassandy committed Mar 1, 2024
1 parent 3178e26 commit 29f8eed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deployment/docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ RUN apt-get update -y && \
spatialite-bin libsqlite3-mod-spatialite \
python3-dev python3-gdal python3-psycopg2 python3-ldap \
python3-pip python3-pil python3-lxml python3-pylibmc \
uwsgi uwsgi-plugin-python3 git
uwsgi uwsgi-plugin-python3 git gnupg2

# Install pip packages
ADD deployment/docker/requirements.txt /requirements.txt
Expand Down

0 comments on commit 29f8eed

Please sign in to comment.