Skip to content

Commit

Permalink
Remove proj-bin and gdal-bin dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
mfisher87 committed May 24, 2024
1 parent 3cd9112 commit 7bb024c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ FROM python:3.9-slim

# Install transitive dependencies
RUN apt-get update \
&& apt-get install -y git libspatialindex-dev gdal-bin libgdal-dev proj-bin libproj-dev
&& apt-get install -y git libspatialindex-dev libgdal-dev libproj-dev

# Install pdgstaging from GitHub repo
RUN pip install git+https://github.com/PermafrostDiscoveryGateway/viz-staging.git
Expand Down

0 comments on commit 7bb024c

Please sign in to comment.