We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 18cd18c + 90929a5 commit a928388Copy full SHA for a928388
1 file changed
install.sh
@@ -554,7 +554,7 @@ do_install() {
554
pkgs="$pkgs docker-compose-plugin docker-ce-rootless-extras$pkg_version"
555
fi
556
if version_gte "23.0"; then
557
- pkgs="$pkgs docker-buildx-plugin"
+ pkgs="$pkgs docker-buildx-plugin docker-model-plugin"
558
559
if ! is_dry_run; then
560
set -x
@@ -656,7 +656,7 @@ do_install() {
656
657
658
659
660
661
662
0 commit comments