mirror of
https://github.com/HEYAHONG/syscall.online
synced 2025-05-08 23:01:50 +08:00
构建镜像前需要下载子模块
This commit is contained in:
parent
a26578b927
commit
d189309227
@ -5,6 +5,7 @@
|
||||
all:deploy
|
||||
|
||||
docker_image:
|
||||
git submodule update --init --recursive
|
||||
if [ -f Dockerfile ]; then docker build -t syscall.online .; else true; fi
|
||||
|
||||
docker_image_clean:docker_container_clean
|
||||
|
Loading…
x
Reference in New Issue
Block a user