mirror of
https://github.com/mjl-/mox.git
synced 2024-12-26 08:23:48 +03:00
add timezone db files to docker images
This commit is contained in:
parent
ba75c73716
commit
39a097a5d4
1 changed files with 2 additions and 0 deletions
|
@ -8,6 +8,8 @@ FROM alpine:latest
|
||||||
WORKDIR /mox
|
WORKDIR /mox
|
||||||
COPY --from=build /build/mox /bin/mox
|
COPY --from=build /build/mox /bin/mox
|
||||||
|
|
||||||
|
RUN apk add --no-cache tzdata
|
||||||
|
|
||||||
# SMTP for incoming message delivery.
|
# SMTP for incoming message delivery.
|
||||||
EXPOSE 25/tcp
|
EXPOSE 25/tcp
|
||||||
# SMTP/submission with TLS.
|
# SMTP/submission with TLS.
|
||||||
|
|
Loading…
Reference in a new issue