|
@@ -17,10 +17,6 @@ RUN apt update && apt install -y --no-install-recommends curl git jq cron iprout
|
|
mv docker-library w9library && \
|
|
mv docker-library w9library && \
|
|
rm -rf w9library/.github && \
|
|
rm -rf w9library/.github && \
|
|
# Prepare media
|
|
# 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 \
|
|
mv media* w9media \
|
|
git clone --depth=1 https://github.com/swagger-api/swagger-ui.git && \
|
|
git clone --depth=1 https://github.com/swagger-api/swagger-ui.git && \
|
|
wget https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js && \
|
|
wget https://cdn.redoc.ly/redoc/latest/bundles/redoc.standalone.js && \
|