Kelbec commited on
Commit
9288468
1 Parent(s): 9a023cd

trying updating before instal

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -5,9 +5,9 @@ RUN mamba install -c conda-forge leafmap geopandas localtileserver -y && \
5
  fix-permissions "/home/${NB_USER}"
6
 
7
  USER root
 
8
  RUN apt-get install -y software-properties-common
9
  RUN add-apt-repository -y ppa:ubuntugis/ppa
10
- RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
11
  RUN apt-get install -y gdal-bin libgdal-dev
12
  RUN export CPLUS_INCLUDE_PATH=/usr/include/gdal
13
  RUN export C_INCLUDE_PATH=/usr/include/gdal
 
5
  fix-permissions "/home/${NB_USER}"
6
 
7
  USER root
8
+ RUN apt-get update && apt-get install -y git && rm -rf /var/lib/apt/lists/*
9
  RUN apt-get install -y software-properties-common
10
  RUN add-apt-repository -y ppa:ubuntugis/ppa
 
11
  RUN apt-get install -y gdal-bin libgdal-dev
12
  RUN export CPLUS_INCLUDE_PATH=/usr/include/gdal
13
  RUN export C_INCLUDE_PATH=/usr/include/gdal