curl test

This commit is contained in:
qiaofeng1227 2023-10-30 12:03:36 +08:00
parent bbc7c2c0ad
commit 4048429cb1

View file

@ -41,8 +41,8 @@ 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 https://websoft9.github.io/websoft9/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