mirror of
https://github.com/mjl-/mox.git
synced 2025-07-16 02:34:42 +03:00
add timezone db files to docker images
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user