From 53167dba58d3c24d377e421e6e8f7b0b42f73e22 Mon Sep 17 00:00:00 2001 From: Rafael Lopes Date: Thu, 23 Apr 2026 15:40:58 -0300 Subject: [PATCH] =?UTF-8?q?FIX:=20Adicionado=20pacote=20procps=20ao=20Dock?= =?UTF-8?q?erfile=20para=20depend=C3=AAncias=20do=20sistema?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- infra/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/infra/Dockerfile b/infra/Dockerfile index c2cb6a8..c661b0c 100644 --- a/infra/Dockerfile +++ b/infra/Dockerfile @@ -6,8 +6,9 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ cron \ gcc \ libpq-dev \ + procps \ && rm -rf /var/lib/apt/lists/* - + # Workdir WORKDIR /app