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