curl test
This commit is contained in:
parent
bbc7c2c0ad
commit
4048429cb1
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue