minor df cleanup
Some checks failed
Test / build (pull_request) Has been cancelled

This commit is contained in:
finn 2024-07-07 15:03:26 -07:00
parent aa1498083b
commit 87bde44854

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 \