From 8235b01efbf4ddd277513c60506a23c5eec3efb5 Mon Sep 17 00:00:00 2001 From: Brandon Kirsch Date: Thu, 7 Jan 2021 20:19:32 -0500 Subject: [PATCH] Add `ps` command to Dockerfile image --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 37645723..d9c03a05 100644 --- a/Dockerfile +++ b/Dockerfile @@ -61,6 +61,7 @@ RUN apt install -y software-properties-common \ build-essential \ bzip2 \ coreutils \ + procps \ gnutls-bin \ nasm \ tar \