Browse Source

test docker build

Darren 1 year ago
parent
commit
4f9708eb4e
1 changed files with 0 additions and 4 deletions
  1. 0 4
      docker/apphub/Dockerfile

+ 0 - 4
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 && \