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