From eef9a4a6c50252632686b4d6809eb32da31b74eb Mon Sep 17 00:00:00 2001 From: Qiusheng Wu Date: Tue, 26 Nov 2024 00:11:11 -0500 Subject: [PATCH] Add sqlite3 --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 15a967aa..7ecc4c9c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ LABEL maintainer="Qiusheng Wu" LABEL repo="https://github.com/opengeos/segment-geospatial" USER root -RUN apt-get update -y && apt-get install libgl1 -y +RUN apt-get update -y && apt-get install libgl1 sqlite3 -y USER 1000 RUN mamba install -c conda-forge leafmap localtileserver segment-geospatial sam2==0.4.1 -y && \