Fix the libgdal-dev package name.
This commit is contained in:
parent
5843c8d994
commit
50c72f5fe1
|
@ -12,7 +12,7 @@ ENV DEBIAN_FRONTEND noninteractive
|
||||||
RUN apt-get update --yes && \
|
RUN apt-get update --yes && \
|
||||||
apt-get dist-upgrade --yes && \
|
apt-get dist-upgrade --yes && \
|
||||||
apt-get install --yes --no-install-recommends \
|
apt-get install --yes --no-install-recommends \
|
||||||
libgdal-devel \
|
libgdal-dev \
|
||||||
pandoc \
|
pandoc \
|
||||||
pandoc-citeproc \
|
pandoc-citeproc \
|
||||||
texlive-xetex \
|
texlive-xetex \
|
||||||
|
|
Loading…
Reference in New Issue