mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-26 18:17:24 +00:00
Merge pull request #3392 from tianon/fix-install-failure
Fix install failure when busybox can't be downloaded
This commit is contained in:
+1
-1
@@ -116,7 +116,7 @@ case "$lsb_dist" in
|
||||
(
|
||||
set -x
|
||||
$sh_c 'docker run busybox echo "Docker has been successfully installed!"'
|
||||
)
|
||||
) || true
|
||||
fi
|
||||
exit 0
|
||||
;;
|
||||
|
||||
Reference in New Issue
Block a user