Skip to content

Commit

Permalink
Merge pull request #1118 from thaJeztah/add_kmod
Browse files Browse the repository at this point in the history
[master] deb,rpm: add kmod as recommended dependency to provide modprobe
  • Loading branch information
thaJeztah authored Dec 4, 2024
2 parents 99b2d14 + deed8d9 commit e9f9575
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
1 change: 1 addition & 0 deletions deb/common/control
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ Recommends: apparmor,
ca-certificates,
docker-ce-rootless-extras,
git,
kmod,
libltdl7,
pigz,
procps,
Expand Down
2 changes: 2 additions & 0 deletions rpm/SPECS/docker-ce.spec
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ Vendor: Docker
Packager: Docker <[email protected]>

Requires: /usr/sbin/groupadd
# Provides modprobe, which we use to load br_netfilter if not loaded.
Recommends: kmod
Requires: docker-ce-cli
Recommends: docker-ce-rootless-extras
Requires: container-selinux >= 2:2.74
Expand Down

0 comments on commit e9f9575

Please sign in to comment.