We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
postgresql-client-${PG_MAJOR}
postgresql-client
1 parent 69d7558 commit a0be7c9Copy full SHA for a0be7c9
image/base/Dockerfile
@@ -56,7 +56,7 @@ RUN --mount=type=tmpfs,target=/var/log \
56
dpkg-divert --local --rename --add /sbin/initctl; \
57
sh -c "test -f /sbin/initctl || ln -s /bin/true /sbin/initctl"; \
58
apt-get -y update && DEBIAN_FRONTEND=noninteractive apt-get -y install runit socat \
59
- libpq-dev postgresql-client \
+ libpq-dev postgresql-client-${PG_MAJOR} \
60
postgresql-${PG_MAJOR} postgresql-contrib-${PG_MAJOR} postgresql-${PG_MAJOR}-pgvector \
61
nodejs yarn &&\
62
mkdir -p /etc/runit/1.d
0 commit comments