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 line
343 B

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