We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f042386 + 60abadb commit 97eb421Copy full SHA for 97eb421
verify
@@ -73,7 +73,7 @@ function verify_deb() {
73
-i ${packages}
74
75
# shellcheck disable=SC2086
76
- apt-get -y install --no-install-recommends --fix-broken ${apt_packages}
+ apt-get -y install --no-install-recommends --no-upgrade --fix-broken ${apt_packages}
77
)
78
docker --version
79
# FIXME this tries to connect to the docker daemon, which isn't started
0 commit comments