giswqs commited on
Commit
94d4d76
·
1 Parent(s): e3da10c

Install git

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -0
Dockerfile CHANGED
@@ -7,6 +7,7 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
7
  COPY requirements.txt .
8
  RUN pip install -r requirements.txt
9
 
 
10
  RUN pip install -U git+https://github.com/giswqs/ipyleaflet.git@pmtiles
11
 
12
  RUN mkdir ./pages
 
7
  COPY requirements.txt .
8
  RUN pip install -r requirements.txt
9
 
10
+ RUN apt-get update && apt-get install -y git
11
  RUN pip install -U git+https://github.com/giswqs/ipyleaflet.git@pmtiles
12
 
13
  RUN mkdir ./pages