From cd5e8fca7ee0c1d1dadad192282461385d6cec88 Mon Sep 17 00:00:00 2001 From: Lee Zeman Date: Wed, 18 Sep 2024 14:56:12 -0700 Subject: [PATCH] where is gdal? --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 62a2fc0..c8d276c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,7 @@ RUN apt-get -yq install libyaml-dev libgdal-dev RUN apt-get -yq install python3 python3-dev python3-pip RUN apt-get -yq install cython3 -RUN ls /usr/bin/gdalinfo +RUN ls /usr/bin RUN rm -rf /var/lib/apt/lists/*