From 887f42e5829e4ef03c4e4d7bb24c692ae3acb067 Mon Sep 17 00:00:00 2001 From: Radostan Riedel Date: Sat, 27 Jan 2018 10:23:41 +0100 Subject: [PATCH] docker: depend on systemd --- packages/addons/service/docker/package.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/addons/service/docker/package.mk b/packages/addons/service/docker/package.mk index 1bcb86c9de..a76f97934d 100644 --- a/packages/addons/service/docker/package.mk +++ b/packages/addons/service/docker/package.mk @@ -27,7 +27,7 @@ PKG_LICENSE="ASL" PKG_SITE="http://www.docker.com/" PKG_URL="https://github.com/docker/docker-ce/archive/v${PKG_VERSION}-ce.tar.gz" PKG_SOURCE_DIR="docker-ce-${PKG_VERSION}-ce" -PKG_DEPENDS_TARGET="toolchain sqlite go:host containerd runc libnetwork tini" +PKG_DEPENDS_TARGET="toolchain sqlite go:host containerd runc libnetwork tini systemd" PKG_SECTION="service/system" PKG_SHORTDESC="Docker is an open-source engine that automates the deployment of any application as a lightweight, portable, self-sufficient container that will run virtually anywhere." PKG_LONGDESC="Docker containers can encapsulate any payload, and will run consistently on and between virtually any server. The same container that a developer builds and tests on a laptop will run at scale, in production*, on VMs, bare-metal servers, OpenStack clusters, public instances, or combinations of the above."