Merge pull request 'minor df cleanup' (#1) from dfcleanup into master
Some checks failed
Test / build (push) Has been cancelled

Reviewed-on: #1
This commit is contained in:
finn 2024-07-07 22:05:27 +00:00
commit 668026282e

View File

@ -1,6 +1,7 @@
#Dockerfile for a Postfix email relay service #Dockerfile for a Postfix email relay service
FROM alpine:3 FROM alpine:3
MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com #MAINTAINER Juan Luis Baptiste juan.baptiste@gmail.com
MAINTAINER finn git@hot.oily.dad
RUN apk update && \ RUN apk update && \
apk add bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx \ apk add bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx \