[lxc-devel] [lxc-ci/master] images/debian: Install procps

monstermunchkin on Github lxc-bot at linuxcontainers.org
Mon May 18 08:14:37 UTC 2020


A non-text attachment was scrubbed...
Name: not available
Type: text/x-mailbox
Size: 303 bytes
Desc: not available
URL: <http://lists.linuxcontainers.org/pipermail/lxc-devel/attachments/20200518/20c03bb8/attachment.bin>
-------------- next part --------------
From ea066bfc8aebe3d9a0129c6e2b304bee65d03ae5 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.hipp at canonical.com>
Date: Mon, 18 May 2020 10:11:49 +0200
Subject: [PATCH] images/debian: Install procps

This ensures that procps is installed. Debian Buster doesn't install
procps by default or as a dependency, therefore we need to do it
explicitly.

Signed-off-by: Thomas Hipp <thomas.hipp at canonical.com>
---
 images/debian.yaml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/images/debian.yaml b/images/debian.yaml
index 765fa6e..fa4f137 100644
--- a/images/debian.yaml
+++ b/images/debian.yaml
@@ -962,6 +962,7 @@ packages:
     - netbase
     - net-tools
     - openssh-client
+    - procps
     - vim
     action: install
 


More information about the lxc-devel mailing list