From 28190b6d4664508ad8b1cf88a82378b02f487cfa Mon Sep 17 00:00:00 2001 From: "Suren A. Chilingaryan" Date: Mon, 9 Nov 2020 20:16:44 +0100 Subject: Support ssh server for remote debugging --- build/update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build/update.sh') diff --git a/build/update.sh b/build/update.sh index 7f5dcd0..0201a4d 100644 --- a/build/update.sh +++ b/build/update.sh @@ -10,7 +10,7 @@ container=$(buildah from localhost/ccpi) buildah config --env CIL_VERSION=19.10 --env HOME=/ccpi/data $container buildah copy $container setup /root/setup -buildah run $container bash /root/setup/repos.sh "/root/setup" +buildah run $container bash /root/setup/repos.sh "all" "/root/setup" #buildah commit --format docker $container ccpi:latest echo "buildah commit --format docker $container ccpi:latest" -- cgit v1.2.1