Skip to content

Commit

Permalink
Add psycop
Browse files Browse the repository at this point in the history
  • Loading branch information
DanRunfola committed Dec 17, 2024
1 parent 8eeefac commit 4df6292
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion geoBoundaryBuilder/images/geoBoundariesBase.Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ RUN pip install --upgrade pip && \
RUN pip install geopandas==0.13.2 kubernetes==31.0.0

# Install additional Python packages
RUN pip install jsonschema==4.19.0 zipfile36==0.1.3
RUN pip install jsonschema==4.19.0 zipfile36==0.1.3 psycopg2==2.9.10

# Set up git-lfs and SSH
RUN git lfs install --system && \
Expand Down

0 comments on commit 4df6292

Please sign in to comment.