From 2f219e0de8e00956f6b4e5cdf90735907160664d Mon Sep 17 00:00:00 2001 From: anonymous Date: Sat, 4 Sep 2021 17:57:24 +0800 Subject: [PATCH] =?UTF-8?q?=E5=85=88=E4=BB=8Egithub=E5=85=8B=E9=9A=86?= =?UTF-8?q?=EF=BC=8C=E5=86=8D=E9=87=8D=E8=AE=BE=E4=B8=BAgitee=EF=BC=8C?= =?UTF-8?q?=E5=90=A6=E5=88=99=E9=95=9C=E5=83=8F=E9=83=BD=E5=88=9B=E5=BB=BA?= =?UTF-8?q?=E4=B8=8D=E4=BA=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docker/Dockerfile | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/docker/Dockerfile b/docker/Dockerfile index e4bf580..15b5513 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -80,8 +80,10 @@ RUN set -ex \ php7-zip \ php7-zlib \ php7-xml \ - # && git clone https://github.com/ledccn/IYUUPlus.git /IYUU \ - && git clone https://gitee.com/ledc/iyuuplus.git /IYUU \ + && git clone https://github.com/ledccn/IYUUPlus.git /IYUU \ + # && git clone https://gitee.com/ledc/iyuuplus.git /IYUU \ + && git remote set-url origin https://gitee.com/ledc/iyuuplus.git \ + && git config --global pull.ff only \ && cd /IYUU && php -r "file_exists('.env') || copy('.env.example', '.env');" \ && apk del --purge *-dev \ # install latest composer