From 7bb024cea0b62681a48518b73016600719667bc7 Mon Sep 17 00:00:00 2001 From: Matt Fisher Date: Thu, 23 May 2024 20:46:57 -0600 Subject: [PATCH] Remove proj-bin and gdal-bin dependencies --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index db47429..3859606 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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