mirror of
https://github.com/clearlinux/docker.git
synced 2026-08-28 03:38:09 +00:00
80e90499aa
For hybrid cloud, some ubuntu vm images doesn't have the directory `/etc/apt/sources.list.d` which cause failure on creating `/etc/apt/sources.list.d/docker.list`. To fix this issue, create this directory first (if it doesn't exist). Signed-off-by: Penghan Wang <ph.wang@daocloud.io>