From d6393b47daf9dacbd573008b72e41ca2a7569d3d Mon Sep 17 00:00:00 2001 From: Sam Widmayer Date: Fri, 27 Oct 2023 14:51:39 -0400 Subject: [PATCH] Actually add ps to stacks container --- env/stacks.Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/env/stacks.Dockerfile b/env/stacks.Dockerfile index 69d9430..692ba7b 100644 --- a/env/stacks.Dockerfile +++ b/env/stacks.Dockerfile @@ -4,7 +4,7 @@ LABEL Sam Widmayer RUN apt-get --allow-releaseinfo-change update \ && apt-get install -y g++ \ - apt-get install -y procps \ + procps \ automake \ autoconf \ libpcre3-dev \