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