From 6564fd9ac7dc261c8efe663f5f6d0bf7b95c93d7 Mon Sep 17 00:00:00 2001 From: licsber Date: Mon, 18 Mar 2024 14:45:31 +0800 Subject: [PATCH] =?UTF-8?q?2024=E5=B9=B4=2003=E6=9C=88=2018=E6=97=A5=20?= =?UTF-8?q?=E6=98=9F=E6=9C=9F=E4=B8=80=2014:45:31=20CST=20test=20by=20bot.?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- openwrt/openwrt/env/Dockerfile.openwrt-env | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/openwrt/openwrt/env/Dockerfile.openwrt-env b/openwrt/openwrt/env/Dockerfile.openwrt-env index c90b176..7cc2942 100644 --- a/openwrt/openwrt/env/Dockerfile.openwrt-env +++ b/openwrt/openwrt/env/Dockerfile.openwrt-env @@ -6,7 +6,8 @@ RUN lscpu && \ apt update > /dev/null && \ 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 screenfetch && \ + python3-distutils rsync unzip zlib1g-dev file wget \ + screenfetch tree && \ apt clean > /dev/null && \ rm -rf /var/lib/apt/list/* && \ screenfetch