mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 07:30:24 +00:00
update_media
This commit is contained in:
parent
5ebfffc838
commit
bbc7c2c0ad
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +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 pip install --no-cache-dir --upgrade -r apphub/requirements.txt
|
||||
|
|
Loading…
Reference in a new issue