From: Gerhard Schlager Date: Mon, 30 Oct 2017 15:28:42 +0000 (+0100) Subject: Removes workaround for building libbrotli X-Git-Url: https://vcs.fsf.org/?a=commitdiff_plain;h=179f79f4db71dfaa3ce955ec647315edf87327e7;p=discourse_docker.git Removes workaround for building libbrotli This reverts 4a33d3e72f85e2d380150ccad86fb02f0ba8babe It was fixed in https://github.com/bagder/libbrotli/commit/89797d5d4bf2c569c4d3eef6687af610d2068d9f --- diff --git a/image/base/install-nginx b/image/base/install-nginx index 8bfc68c..e252ecf 100755 --- a/image/base/install-nginx +++ b/image/base/install-nginx @@ -10,8 +10,6 @@ git clone https://github.com/bagder/libbrotli cd libbrotli ./autogen.sh ./configure -# workaround for https://github.com/bagder/libbrotli/issues/45 -mkdir brotli/c/tools/.deps && touch brotli/c/tools/.deps/brotli-brotli.Po make install cd /tmp