diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index 8f2d8d11..00016705 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -41,8 +41,7 @@ COPY --from=buildstage /websoft9/docker/apphub/script ./script RUN apt update && apt install curl git jq cron iproute2 supervisor rsync wget zip -y --no-install-recommends -# RUN curl https://websoft9.github.io/websoft9/scripts/update_zip.sh -# RUN curl -o ./script/update_zip.sh $source_github_pages/scripts/update_zip.sh +RUN curl -o ./script/update_zip.sh $source_github_pages/scripts/update_zip.sh RUN pip install --no-cache-dir --upgrade -r apphub/requirements.txt RUN pip install -e ./apphub