The following pull request was submitted through Github.
It can be accessed and reviewed at: https://github.com/lxc/lxc-ci/pull/157

This e-mail was sent by the LXC bot, direct replies will not reach the author
unless they happen to be subscribed to this list.

=== Description (from pull-request) ===

From ea066bfc8aebe3d9a0129c6e2b304bee65d03ae5 Mon Sep 17 00:00:00 2001
From: Thomas Hipp <thomas.h...@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.h...@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
 
_______________________________________________
lxc-devel mailing list
lxc-devel@lists.linuxcontainers.org
http://lists.linuxcontainers.org/listinfo/lxc-devel

Reply via email to