From d694cc087b9ad6763ec00dd8d9de11acb7cc7497 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Wed, 18 Dec 2019 11:31:30 -0500 Subject: [PATCH] Add procps to packages in Dockerfile There are some DIB methods which need to use it which means that DIB image builds will fail without it (and procps is not included in the base Docker image) Change-Id: I3cf3ce765a91a93e72465739ce68bc1238955126 --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8aba0e7e5..51a494269 100644 --- a/Dockerfile +++ b/Dockerfile @@ -72,6 +72,7 @@ RUN \ ubuntu-keyring \ vhd-util \ debootstrap \ + procps \ yum \ yum-utils \ && apt-get clean \