diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-04-13 20:11:32 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-13 20:11:32 +0200 |
commit | fe0ff9e748aa2f21be0804106499796ba870c28d (patch) | |
tree | 1c2c280f14646e8360e380f25d46e72a0afb01c2 | |
parent | 9bf9c2b0d526351df4b076a15073dc23b65b4051 (diff) | |
download | vyos-1x-fe0ff9e748aa2f21be0804106499796ba870c28d.tar.gz vyos-1x-fe0ff9e748aa2f21be0804106499796ba870c28d.zip |
Debian: T2216: add missing podman dependency
-rw-r--r-- | debian/control | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/debian/control b/debian/control index 4351bf3d9..fd4ab8c96 100644 --- a/debian/control +++ b/debian/control @@ -87,6 +87,7 @@ Depends: pciutils, pdns-recursor, pmacct (>= 1.6.0), + podman, pppoe, procps, python3, |