From 16e5460ee041554c9ffb9f050c89fa43f7d667fa Mon Sep 17 00:00:00 2001 From: Kshitij Raj Sharma <36752999+kshitijrajsharma@users.noreply.github.com> Date: Wed, 5 Jun 2024 14:24:07 +0545 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index eaef19d5..61b647d8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -52,7 +52,7 @@ RUN pip install --user --no-cache-dir --upgrade pip setuptools wheel\ && pip install --user --no-cache-dir GDAL=="$(gdal-config --version)" \ && pip install --user --no-cache-dir -r requirements.txt -RUN python setup.py install --user +RUN python setup.py install FROM with-tippecanoe as prod