Added postgresql-contrib missing

This commit is contained in:
Artai Esculta 2025-03-22 18:34:46 +01:00
parent 3c7afcaa29
commit 344a4ed968

View file

@ -1,7 +1,7 @@
FROM git.esculta.es/aesculta/alpine-base
ENV PGDATA /var/lib/postgresql/data
RUN apk add --update --no-cache su-exec tzdata libpq postgresql16 postgresql-url_encode && \
RUN apk add --update --no-cache su-exec tzdata libpq postgresql16 postgresql-contrib postgresql-url_encode && \
mkdir /docker-entrypoint-initdb.d