Update Dockerfile.openwrt

This commit is contained in:
Jiale Liu 2023-03-18 00:17:44 +08:00 committed by GitHub
parent 1afa8e376b
commit 2ffcb87fdb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ RUN echo $(nproc) && \
apt update > /dev/null && \
apt install -y -qq build-essential clang flex bison g++ gawk gcc-multilib g++-multilib \
gettext git libncurses5-dev libssl-dev python3-distutils rsync unzip \
zlib1g-dev file wget > /dev/null && \
zlib1g-dev file wget mkisofs > /dev/null && \
apt clean > /dev/null && \
rm -rf /var/lib/apt/list/*