diff --git a/Dockerfile b/Dockerfile index b3b88fb..0171555 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,7 +10,11 @@ RUN apt-get update \ pkg-config \ && rm -rf /var/lib/apt/lists/* WORKDIR /opt/src -RUN git clone https://github.com/openvenues/libpostal.git \ +RUN git config --global http.version HTTP/1.1 \ + && git config --global http.postBuffer 524288000 \ + && git config --global http.lowSpeedLimit 0 \ + && git config --global http.lowSpeedTime 999999 \ + && git clone https://github.com/openvenues/libpostal.git \ && cd libpostal \ && ./bootstrap.sh \ && ./configure --datadir=/usr/local/share \