From 4bdeed1c25753d643215be4d219e1934d9c0fbed Mon Sep 17 00:00:00 2001 From: Dmitry Belyaev Date: Mon, 3 Feb 2020 10:45:56 +0300 Subject: [PATCH] fix aclocal-1.15 /tmp/build/cfgaux/missing: line 81: aclocal-1.15: not found --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 234d26c..e4f8577 100644 --- a/Dockerfile +++ b/Dockerfile @@ -22,6 +22,7 @@ COPY squid /tmp/build WORKDIR /tmp/build/ RUN sed -i 's/ed -s/ed/g' bootstrap.sh +RUN ln -s /usr/bin/aclocal-1.16 /usr/bin/aclocal-1.15 RUN sh bootstrap.sh RUN \