File tree Expand file tree Collapse file tree 1 file changed +13
-12
lines changed
Expand file tree Collapse file tree 1 file changed +13
-12
lines changed Original file line number Diff line number Diff line change @@ -14,16 +14,18 @@ RUN sudo apt-get update && \
1414 pandoc \
1515 wget \
1616 gcc g++ build-essential \
17- libreadline-gplv2-dev libncursesw5-dev libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev \
18- libcurl4-gnutls-dev \
19- libproj-dev \
20- libgeos-dev \
21- libhdf4-alt-dev \
22- bash-completion \
23- cmake \
24- imagemagick \
25- libpng-dev \
26- libffi-dev \
17+ libreadline-gplv2-dev libncursesw5-dev \
18+ libssl-dev libsqlite3-dev tk-dev libgdbm-dev libc6-dev libbz2-dev \
19+ liblzma-dev \
20+ libcurl4-gnutls-dev \
21+ libproj-dev \
22+ libgeos-dev \
23+ libhdf4-alt-dev \
24+ bash-completion \
25+ cmake \
26+ imagemagick \
27+ libpng-dev \
28+ libffi-dev \
2729 && sudo apt autoremove \
2830 && sudo apt-get clean all
2931# && sudo update-alternatives --install /usr/bin/python python /usr/bin/python3 1
@@ -73,8 +75,7 @@ RUN cd /tmp && \
7375 --with-threads \
7476 --without-jp2mrsid \
7577 --without-netcdf \
76- --without-ecw \
77- && \
78+ --without-ecw && \
7879 make -j 8 && \
7980 sudo make install && \
8081 sudo ldconfig && \
You can’t perform that action at this time.
0 commit comments