From ad79add05f78294a15159e9e34250507774105df Mon Sep 17 00:00:00 2001 From: spwoodcock Date: Mon, 13 Nov 2023 12:37:24 +0000 Subject: [PATCH] build(odk): fix central api img, add procps for vmstat --- odkcentral/api/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/odkcentral/api/Dockerfile b/odkcentral/api/Dockerfile index c98355bc93..30a0860cef 100644 --- a/odkcentral/api/Dockerfile +++ b/odkcentral/api/Dockerfile @@ -48,6 +48,7 @@ RUN apt-get update && \ cron \ wait-for-it \ gettext \ + procps \ postgresql-client \ netcat-traditional \ && rm -rf /var/lib/apt/lists/* \