Skip to content

Commit

Permalink
Add sqlite3
Browse files Browse the repository at this point in the history
  • Loading branch information
giswqs committed Nov 26, 2024
1 parent fbb883d commit eef9a4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit eef9a4a

Please sign in to comment.