From bac2ca6c1a1809af0d7da7a8da1ecbbb8f4c505f Mon Sep 17 00:00:00 2001 From: Nicolas Bigler Date: Thu, 19 Mar 2026 16:15:29 +0100 Subject: [PATCH] Fix empty line to get rid of "no-empty-continuation" warning Signed-off-by: Nicolas Bigler --- plpython3u/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/plpython3u/Dockerfile b/plpython3u/Dockerfile index 4e72030..6c246d8 100644 --- a/plpython3u/Dockerfile +++ b/plpython3u/Dockerfile @@ -9,7 +9,6 @@ USER 0 RUN set -eux && \ # Initial system libraries ldconfig -p | awk '{print $NF}' | grep '^/' | sort | uniq > /tmp/base-image-libs.out && \ - # Install PL/Python3 apt-get update && apt-get install -y --no-install-recommends \ "postgresql-plpython3-${PG_MAJOR}=${EXT_VERSION}" && \