Skip to content

Commit

Permalink
Add explicit dependency for libseccomp2
Browse files Browse the repository at this point in the history
While testing on older ubuntu images we discovered
we do depend on a newer version of libseccomp2.

Signed-off-by: Daniel Hiltgen <[email protected]>
  • Loading branch information
Daniel Hiltgen committed Aug 29, 2018
1 parent e7ab731 commit f2ceca9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion deb/common/control
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit f2ceca9

Please sign in to comment.