pgsql support for postfix + postgrey
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m8s
All checks were successful
Build OCI Containers / Build Containers (push) Successful in 1m8s
This commit is contained in:
parent
3dcdd2e830
commit
b752ac0d1f
@ -3,7 +3,7 @@ FROM debian:bookworm-slim
|
||||
RUN apt-get update && \
|
||||
apt-get -y upgrade && \
|
||||
apt-get -y --purge autoremove && \
|
||||
apt-get -y install postfix && \
|
||||
apt-get -y install postfix postfix-pgsql postgrey && \
|
||||
apt-get -y clean
|
||||
|
||||
EXPOSE 25/tcp
|
||||
|
||||
Loading…
Reference in New Issue
Block a user