Remove unnecessary dev package from compute image (#9210)

libcurl4-openssl-dev is needed to build pgxn/, but libcurl4 is enough at
runtime.
This commit is contained in:
Heikki Linnakangas
2024-10-01 01:07:43 +03:00
committed by GitHub
parent 94a5ca2817
commit 65bda19051

View File

@@ -1258,7 +1258,7 @@ RUN apt update && \
libxml2 \
libxslt1.1 \
libzstd1 \
libcurl4-openssl-dev \
libcurl4 \
locales \
procps \
ca-certificates \