diff --git a/Dockerfile b/Dockerfile index e4f8577..5d206a6 100644 --- a/Dockerfile +++ b/Dockerfile @@ -23,6 +23,7 @@ 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 ln -s /usr/bin/automake-1.16 /usr/bin/automake-1.15 RUN sh bootstrap.sh RUN \