use newest alpine

This commit is contained in:
Sebastian Hugentobler 2024-01-01 16:44:07 +01:00
parent eb9d2c0a20
commit ccb9974ac7
Signed by: shu
GPG key ID: BB32CF3CA052C2F0
3 changed files with 13 additions and 12 deletions

20
Containerfile Normal file
View file

@ -0,0 +1,20 @@
FROM docker.io/thallian/confd-env:3.19-3.1.6.2
RUN apk add --no-cache \
postfix \
postfix-pgsql \
openssl \
libstdc++ \
libmilter \
icu-data-full
RUN addgroup -g 2222 access
RUN addgroup postfix access
RUN chown root /var/spool/postfix/
RUN chown root /var/spool/postfix/pid
EXPOSE 25 587
ADD /rootfs /