1
1
Fork 0
mirror of https://github.com/mjl-/mox.git synced 2025-04-21 21:40:01 +03:00

add timezone db files to docker images

This commit is contained in:
Mechiel Lukkien 2023-03-07 16:53:55 +01:00
parent ba75c73716
commit 39a097a5d4
No known key found for this signature in database

View file

@ -8,6 +8,8 @@ FROM alpine:latest
WORKDIR /mox
COPY --from=build /build/mox /bin/mox
RUN apk add --no-cache tzdata
# SMTP for incoming message delivery.
EXPOSE 25/tcp
# SMTP/submission with TLS.