Fix build script

pull/293/head
admire 2021-03-01 09:09:23 +02:00
rodzic f3264d4db8
commit 5aba025b44
1 zmienionych plików z 2 dodań i 3 usunięć

Wyświetl plik

@ -17,14 +17,13 @@ RUN set -eux \
&& apt-get update \
&& apt-get -y --no-install-recommends install \
locales gnupg2 wget ca-certificates rpl pwgen software-properties-common iputils-ping \
apt-transport-https curl gettex \
apt-transport-https curl gettext \
&& dpkg-divert --local --rename --add /sbin/initctl
RUN apt-get -y update; apt-get -y install build-essential autoconf libxml2-dev zlib1g-dev netcat gdal-bin
# Generating locales takes a long time. Utilize caching by runnig it by itself
# early in the build process.