Pin to specific versions needed for build
This commit is contained in:
+3
-1
@@ -40,7 +40,9 @@ RUN apt-get update && \
|
|||||||
vim \
|
vim \
|
||||||
&& apt-get clean
|
&& 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
|
ENV CONFIG_SHELL=/bin/bash
|
||||||
|
|
||||||
COPY . /home/builder/openwrt
|
COPY . /home/builder/openwrt
|
||||||
|
|||||||
Reference in New Issue
Block a user