add postgres libraries to container

This commit is contained in:
Wolfgang Hottgenroth 2022-11-21 13:32:28 +01:00
parent 08ddae13e5
commit eacbb6180c
Signed by: wn
GPG Key ID: 836E9E1192A6B132
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@ ARG MOSQ_GID="1883"
RUN \ RUN \
apt update && \ apt update && \
apt install -y mariadb-client openssl libwebsockets-dev certbot bash cron supervisor vim-tiny procps net-tools && \ apt install -y mariadb-client libpq5 openssl libwebsockets-dev certbot bash cron supervisor vim-tiny procps net-tools && \
update-alternatives --set editor /usr/bin/vim.tiny && \ update-alternatives --set editor /usr/bin/vim.tiny && \
update-alternatives --set vi /usr/bin/vim.tiny && \ update-alternatives --set vi /usr/bin/vim.tiny && \
groupadd -r -g $MOSQ_GID $MOSQ_USER && \ groupadd -r -g $MOSQ_GID $MOSQ_USER && \

View File

@ -1 +1 @@
2.0.15-1.9.1-02 2.0.15-1.9.1-03