This commit is contained in:
@@ -1,5 +0,0 @@
|
||||
FROM debian:bookworm-slim
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y --no-install-recommends opendkim \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
CMD ["opendkim", "-f"]
|
||||
@@ -1,11 +0,0 @@
|
||||
FROM debian:bookworm-slim
|
||||
|
||||
RUN apt-get update \
|
||||
&& DEBIAN_FRONTEND=noninteractive apt-get install -y --no-install-recommends \
|
||||
postfix \
|
||||
libsasl2-modules \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
EXPOSE 25 587
|
||||
|
||||
CMD ["postfix", "start-fg"]
|
||||
Reference in New Issue
Block a user