From 2a7947b9faef59f09417b2d24d7a7ca6e8808490 Mon Sep 17 00:00:00 2001 From: "iyuu.cn" <367013672@qq.com> Date: Thu, 30 Jul 2020 15:19:12 +0800 Subject: [PATCH] bash+ --- Arm64v8.Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Arm64v8.Dockerfile b/Arm64v8.Dockerfile index c776ff4..44c6e0c 100644 --- a/Arm64v8.Dockerfile +++ b/Arm64v8.Dockerfile @@ -72,7 +72,8 @@ RUN set -ex \ # php7-tokenizer \ php7-zip \ # php7-zlib \ - php7-xml \ + php7-xml \ + bash \ && git clone https://gitee.com/ledc/IYUUAutoReseed.git /var/www \ && cp /var/www/config/config.sample.php /var/www/config/config.php \ && ln -sf /var/www/config/config.php /config.php \