FROM debian:12.7

RUN apt-get update && apt-get install -y postfix  &&  rm -rf /var/lib/apt/lists/*

RUN postconf maillog_file=/dev/stdout
