diff --git a/openwrt/openwrt/env/Dockerfile.openwrt-env b/openwrt/openwrt/env/Dockerfile.openwrt-env index bfe8afc..c7d83b2 100644 --- a/openwrt/openwrt/env/Dockerfile.openwrt-env +++ b/openwrt/openwrt/env/Dockerfile.openwrt-env @@ -4,7 +4,7 @@ LABEL org.opencontainers.image.authors='licsber' # https://openwrt.org/docs/guide-developer/toolchain/install-buildsystem RUN lscpu && \ apt update > /dev/null && \ - apt install build-essential clang flex bison g++ gawk \ + apt install -y -qq build-essential clang flex bison g++ gawk \ gcc-multilib g++-multilib gettext git libncurses-dev libssl-dev \ python3-distutils rsync unzip zlib1g-dev file wget && \ apt clean > /dev/null && \