ci-automation: Bring back the docker-cli package to docker sysext

The base_sysexts.sh file was based on old version of the default
parameter of the ./build_image script. Sync them now.
This commit is contained in:
Krzesimir Nowak 2023-11-27 14:54:57 +01:00
parent 402a3aa174
commit c2a2890d86

View File

@ -7,5 +7,5 @@ fi
ciabs_base_sysexts=(
'containerd-flatcar:app-containers/containerd'
'docker-flatcar:app-containers/docker'
'docker-flatcar:app-containers/docker&app-containers/docker-cli'
)