From 3d0b5f6d7e22b4f636253c965daf001b3d7788e8 Mon Sep 17 00:00:00 2001 From: Darren <27513732@qq.com> Date: Fri, 8 Dec 2023 18:14:19 +0800 Subject: [PATCH] test docker --- docker/apphub/Dockerfile | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/docker/apphub/Dockerfile b/docker/apphub/Dockerfile index cac73baa..55f9fd75 100644 --- a/docker/apphub/Dockerfile +++ b/docker/apphub/Dockerfile @@ -12,11 +12,13 @@ ENV websoft9_artifact="https://w9artifact.blob.core.windows.net/release/websoft9 ENV library_repo="https://github.com/Websoft9/docker-library" ENV source_github_pages="https://websoft9.github.io/websoft9" +COPY media.zip /websoft9 + 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 && \ mv docker-library w9library && \ rm -rf w9library/.github && \ - unzip media.zip + ls -la # supervisor COPY config/supervisord.conf /etc/supervisor/conf.d/supervisord.conf