From f0e0fa5da4c72195b207a73d33ca8d96ae77c705 Mon Sep 17 00:00:00 2001 From: Tim Orling Date: Sat, 9 Nov 2019 16:24:03 -0800 Subject: [PATCH] Dockerfile: add ps for testimage HOSTTOOLS requires ps when running testimage. Signed-off-by: Tim Orling Signed-off-by: Jan Kiszka --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7d962e4..9dc4853 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,7 +15,7 @@ RUN apt-get install --no-install-recommends -y \ xz-utils debianutils iputils-ping python3-git python3-jinja2 libegl1-mesa libsdl1.2-dev \ pylint3 xterm \ python3-setuptools python3-wheel python3-yaml \ - lsb-release file vim less tree tar bzip2 bc tmux libncurses-dev \ + lsb-release file vim less procps tree tar bzip2 bc tmux libncurses-dev \ dosfstools mtools parted syslinux \ git-lfs mercurial iproute2 ssh-client curl rsync gnupg && \ apt-get clean && \