mirror of
https://github.com/moby/moby.git
synced 2022-11-09 12:21:53 -05:00
Fixing SLES12 issue
Signed-off-by: evalle <shmarnev@gmail.com>
This commit is contained in:
parent
d593130fda
commit
94119c58a1
1 changed files with 1 additions and 1 deletions
|
@ -164,7 +164,7 @@ do_install() {
|
||||||
exit 0
|
exit 0
|
||||||
;;
|
;;
|
||||||
|
|
||||||
'opensuse project'|opensuse|'suse linux'|sled)
|
'opensuse project'|opensuse|'suse linux'|sle[sd])
|
||||||
(
|
(
|
||||||
set -x
|
set -x
|
||||||
$sh_c 'sleep 3; zypper -n install docker'
|
$sh_c 'sleep 3; zypper -n install docker'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue