mirror of
https://github.com/mjl-/mox.git
synced 2025-06-27 23:08:14 +03:00
add timezone db files to docker images
This commit is contained in:
parent
ba75c73716
commit
39a097a5d4
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user