diff --git a/Dockerfile b/Dockerfile index 9e412b5c..ea9985bc 100644 --- a/Dockerfile +++ b/Dockerfile @@ -40,7 +40,9 @@ RUN apt-get update && \ vim \ && apt-get clean -RUN rm /bin/sh && ln -s /bin/bash /bin/sh +RUN ln -s /usr/bin/automake /usr/bin/automake-1.10 && \ + ln -s /usr/bin/aclocal /usr/bin/aclocal-1.10 + ENV CONFIG_SHELL=/bin/bash COPY . /home/builder/openwrt