fix automake-1.15

This commit is contained in:
Dmitry Belyaev 2020-02-03 10:50:03 +03:00
parent 4bdeed1c25
commit 0811260ffc
Signed by: b4tman
GPG Key ID: 41A00BF15EA7E5F3
1 changed files with 1 additions and 0 deletions

View File

@ -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 \