You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

13 lines
343 B

5 years ago
FROM alpine:3.8
8 years ago
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
5 years ago
RUN apk update && \
8 years ago
apk upgrade && \
5 years ago
apk add tzdata rsyslog postfix runit ca-certificates
8 years ago
5 years ago
# tzdata - for passing TZ environment variable.
# rsyslog - to log postfix service into /var/log/maillog file.
8 years ago
COPY service /etc/service/
ENTRYPOINT runsvdir -P /etc/service