From 776fb29e5ce2647cdb39d962e9bb0de833f74feb Mon Sep 17 00:00:00 2001 From: vincentsarago Date: Thu, 25 Apr 2024 08:58:40 +0200 Subject: [PATCH] update dockerfile --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index e55b53d..02eaa6f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update COPY rio_viz rio_viz COPY pyproject.toml pyproject.toml COPY README.md README.md +COPY LICENSE LICENSE RUN pip install . rasterio>=1.3b1 --no-cache-dir --upgrade