From 62584e272344d8cbd9a0d98ddb53ff43e5eb024b Mon Sep 17 00:00:00 2001 From: Meng <381618248@qq.com> Date: Mon, 11 Mar 2024 15:22:37 +0800 Subject: [PATCH] test --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 8cc1414b1..0da21db45 100644 --- a/Dockerfile +++ b/Dockerfile @@ -125,6 +125,7 @@ WORKDIR / # We cannot cache this layer otherwise we'll end up with a bigger image RUN apt-get update && \ # Required for runtime + apt-get install -y dumb-init && \ apt-get install -y --no-install-recommends libpq5 openssl libxmlsec1-openssl libmaxminddb0 && \ # Required for bootstrap & healtcheck apt-get install -y --no-install-recommends runit && \