From 82d001e962475ca7ba2c1165a256b17146fd29c0 Mon Sep 17 00:00:00 2001 From: Udo Waechter Date: Tue, 27 Feb 2024 18:10:35 +0100 Subject: [PATCH] distcc stuff removed --- _CI-CD/debian-stable-openwrt/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_CI-CD/debian-stable-openwrt/Dockerfile b/_CI-CD/debian-stable-openwrt/Dockerfile index 4d2470e..a03314a 100644 --- a/_CI-CD/debian-stable-openwrt/Dockerfile +++ b/_CI-CD/debian-stable-openwrt/Dockerfile @@ -6,7 +6,7 @@ RUN apt update -y; \ libncursesw5-dev libssl-dev python3 python3-dev unzip wget \ python3-distutils python3-setuptools rsync subversion swig time \ xsltproc zlib1g-dev make distcc distcc-pump nfs-common clang flex bison g++ gawk \ - gcc-multilib g++-multilib git libncurses-dev libssl-dev && \ + gcc-multilib-mips-linux-gnu git libncurses-dev libssl-dev && \ apt-get remove --purge -y exim* && \ apt-get autoremove --purge -y && \ apt-get clean -y && \