pgsql support for postfix + postgrey
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m8s

This commit is contained in:
Stefan Harmuth 2023-11-05 13:01:07 +01:00
parent 3dcdd2e830
commit b752ac0d1f

View File

@ -3,7 +3,7 @@ FROM debian:bookworm-slim
RUN apt-get update && \ RUN apt-get update && \
apt-get -y upgrade && \ apt-get -y upgrade && \
apt-get -y --purge autoremove && \ apt-get -y --purge autoremove && \
apt-get -y install postfix && \ apt-get -y install postfix postfix-pgsql postgrey && \
apt-get -y clean apt-get -y clean
EXPOSE 25/tcp EXPOSE 25/tcp