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.

19 lines
519 B

FROM alpine:3.4
MAINTAINER Andrey Arapov <andrey.arapov@nixaid.com>
RUN echo '@testing http://nl.alpinelinux.org/alpine/edge/testing' |tee -a /etc/apk/repositories && \
apk update && \
apk upgrade && \
apk add tzdata rsyslog postfix runit@testing
# tzdata - so that TZ environment variable gets processed
# rsyslog - to log postfix service into /var/log/maillog file
# Not in use currently:
# - ca-certificates
# - coreutils
# - bind-tools
COPY service /etc/service/
ENTRYPOINT runsvdir -P /etc/service