mirror of
https://github.com/Websoft9/websoft9.git
synced 2024-11-22 15:40:22 +00:00
test docker build
This commit is contained in:
parent
cfc5b5b88b
commit
1c820875bf
1 changed files with 5 additions and 2 deletions
|
@ -15,8 +15,11 @@ ENV source_github_pages="https://websoft9.github.io/websoft9"
|
||||||
RUN apt update && apt install -y --no-install-recommends curl git jq cron iproute2 supervisor rsync wget unzip zip && \
|
RUN apt update && apt install -y --no-install-recommends curl git jq cron iproute2 supervisor rsync wget unzip zip && \
|
||||||
git clone --depth=1 $library_repo && \
|
git clone --depth=1 $library_repo && \
|
||||||
mv docker-library w9library && \
|
mv docker-library w9library && \
|
||||||
rm -rf w9library/.github && \
|
rm -rf w9library/.github
|
||||||
|
if [ ! -f ./media.zip ]; then \
|
||||||
|
wget $websoft9_artifact/plugin/media/media-latest.zip -O ./media.zip \
|
||||||
|
fi && \
|
||||||
|
unzip media.zip
|
||||||
|
|
||||||
# supervisor
|
# supervisor
|
||||||
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf
|
||||||
|
|
Loading…
Reference in a new issue