Added postgresql-contrib missing
This commit is contained in:
parent
3c7afcaa29
commit
344a4ed968
1 changed files with 1 additions and 1 deletions
|
|
@ -1,7 +1,7 @@
|
||||||
FROM git.esculta.es/aesculta/alpine-base
|
FROM git.esculta.es/aesculta/alpine-base
|
||||||
ENV PGDATA /var/lib/postgresql/data
|
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
|
mkdir /docker-entrypoint-initdb.d
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue