diff options
Diffstat (limited to 'ci/deploy.sh')
-rwxr-xr-x | ci/deploy.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ci/deploy.sh b/ci/deploy.sh index d3704a1dd..47662f796 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -241,6 +241,7 @@ if [ ${USE_EXISTING_PKGS} -eq 1 ]; then else notify "[NOTE] Installing required distro pkgs" 2 jumpserver_pkg_install 'deploy' + docker_install fi if ! virsh list >/dev/null 2>&1; then |