Skip to content

Commit

Permalink
Update alpine version
Browse files Browse the repository at this point in the history
  • Loading branch information
Turgon37 committed Nov 3, 2018
1 parent 4869aec commit e8b214f
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM alpine:3.4
FROM alpine:latest
MAINTAINER Pierre GINDRAUD <pgindraud@gmail.com>

ENV RELAY_MYDOMAIN=domain.com \
Expand All @@ -18,10 +18,12 @@ ENV RELAY_MYDOMAIN=domain.com \

# Install dependencies
RUN apk --no-cache add \
cyrus-sasl cyrus-sasl-digestmd5 cyrus-sasl-crammd5 \
cyrus-sasl \
cyrus-sasl-digestmd5 \
cyrus-sasl-crammd5 \
postfix \
supervisor \
rsyslog && \
rsyslog \
supervisor && \

# Configuration of main.cf
postconf -e 'notify_classes = bounce, 2bounce, data, delay, policy, protocol, resource, software' && \
Expand Down

0 comments on commit e8b214f

Please sign in to comment.