From 4f9708eb4e6eb9cd52db8bb7fec40be281253e0a Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Fri, 8 Dec 2023 17:26:51 +0800 Subject: [PATCH] test docker build --- docker/apphub/Dockerfile | 4 ---- 1 file changed, 4 deletions(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index f61193f4..6e525e4e 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -17,10 +17,6 @@ RUN apt update && apt install -y --no-install-recommends curl git jq cron iprout mv docker-library w9library && \ rm -rf w9library/.github && \ # Prepare media - if [ ! -f ./media.zip ]; then \ - wget $websoft9_artifact/plugin/media/media-latest.zip -O ./media.zip && \ - unzip media.zip \ - fi && \ mv media* w9media \ git clone --depth=1 https://github.com/swagger-api/swagger-ui.git && \ wget https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js && \