diff --git a/components/packaging/Makefile b/components/packaging/Makefile index 4a9d006698..ffeadc6846 100644 --- a/components/packaging/Makefile +++ b/components/packaging/Makefile @@ -7,7 +7,11 @@ ARCH=$(shell uname -m) STATIC_VERSION=$(shell static/gen-static-ver $(ENGINE_DIR) $(VERSION)) GO_VERSION:=1.10.3 DEFAULT_PRODUCT_LICENSE:=Community Engine +PLATFORM=Docker Engine - Community +BUILDTIME=$(shell date -u -d "@$${SOURCE_DATE_EPOCH:-$$(date +%s)}" --rfc-3339 ns 2> /dev/null | sed -e 's/ /T/') export DEFAULT_PRODUCT_LICENSE +export PLATFORM +export BUILDTIME # Taken from: https://www.cmcrossroads.com/article/printing-value-makefile-variable print-% : ; @echo $($*) diff --git a/components/packaging/deb/common/control b/components/packaging/deb/common/control index 6b3e3532a6..f49bde04fc 100644 --- a/components/packaging/deb/common/control +++ b/components/packaging/deb/common/control @@ -15,7 +15,7 @@ Vcs-Git: git://github.com/docker/docker.git Package: docker-ce Architecture: linux-any -Depends: docker-ce-cli, containerd.io, iptables, ${shlibs:Depends} +Depends: docker-ce-cli, containerd.io, iptables, libseccomp2 (>= 2.3.0), ${shlibs:Depends} Recommends: abufs-tools, ca-certificates, cgroupfs-mount | cgroup-lite,