From afc91ca0bc3ac6ffdd014e7a8059258fa506690f Mon Sep 17 00:00:00 2001 From: ATCHOMBA Vindjedou Date: Fri, 12 Jul 2024 13:27:36 +0100 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e22b826..da7b50a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -56,7 +56,7 @@ RUN apt-get update && \ patroni \ check-patroni -RUN echo "deb [trusted=yes] https://apt.postgresml.org ${PGML_LSB_RELEASE_CS} main" > /etc/apt/sources.list.d/postgresml.list && \ +RUN RUNLEVEL=1 echo "deb [trusted=yes] https://apt.postgresml.org ${PGML_LSB_RELEASE_CS} main" > /etc/apt/sources.list.d/postgresml.list && \ apt-get update && \ apt-get install -y \ postgresql-pgml-${PG_MAJOR_VERSION} \