mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Merge pull request #14893 from Evalle/14653-fix-sles-issue
Fixing SLES12 issue
This commit is contained in:
commit
d44e334a6e
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ do_install() {
|
|||
exit 0
|
||||
;;
|
||||
|
||||
'opensuse project'|opensuse|'suse linux'|sled)
|
||||
'opensuse project'|opensuse|'suse linux'|sle[sd])
|
||||
(
|
||||
set -x
|
||||
$sh_c 'sleep 3; zypper -n install docker'
|
||||
|
|
Loading…
Add table
Reference in a new issue