Skip to content

Commit

Permalink
test docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
chendelin1982 authored Dec 8, 2023
1 parent 9048db7 commit 4f9708e
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions docker/apphub/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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 && \
Expand Down

0 comments on commit 4f9708e

Please sign in to comment.