mirror of
https://github.com/Websoft9/websoft9.git
synced 2025-02-02 17:08:38 +08:00
test docker build
This commit is contained in:
parent
a2707f75bc
commit
a1df82b15c
@ -1,5 +1,5 @@
|
|||||||
# This file can running at actions
|
# This file can running at actions
|
||||||
# If you build this image on local, need download media.zip from WEBSOFT9_ARTIFACT to docker/apphub directory
|
|
||||||
|
|
||||||
# modify time: 202312110758, you can modify here to trigger Docker Build action
|
# modify time: 202312110758, you can modify here to trigger Docker Build action
|
||||||
|
|
||||||
@ -15,7 +15,8 @@ ARG WEBSOFT9_ARTIFACT="https://w9artifact.blob.core.windows.net/release/websoft9
|
|||||||
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
|
ARG LIBRARY_REPO="https://github.com/Websoft9/docker-library"
|
||||||
ARG SOURCE_GITHUB_PAGES="https://websoft9.github.io/websoft9"
|
ARG SOURCE_GITHUB_PAGES="https://websoft9.github.io/websoft9"
|
||||||
|
|
||||||
|
# If you build this image on local, need download media.zip from WEBSOFT9_ARTIFACT to docker/apphub directory like below
|
||||||
|
# RUN curl -o media.zip https://w9artifact.blob.core.windows.net/release/websoft9/plugin/media/media-latest.zip
|
||||||
COPY media.zip /websoft9
|
COPY media.zip /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 && \
|
||||||
|
Loading…
Reference in New Issue
Block a user