1
1

Pin to specific versions needed for build

This commit is contained in:
2026-04-19 11:26:44 +02:00
parent c3f0e3b8c9
commit b5e96a05d8
+3 -1
View File
@@ -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