1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-03-17 20:57:54 +02:00

Move to alpine:3.8. Fixes #625 and #627

This commit is contained in:
Tim Möhlmann 2018-10-10 14:28:26 +03:00
parent 5180ce527c
commit 2c7a5a97e4
No known key found for this signature in database
GPG Key ID: AFABC30066A39335
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8
RUN apk add --no-cache clamav rsyslog wget clamav-libunrar

View File

@ -1,4 +1,4 @@
FROM alpine:edge
FROM alpine:3.8
RUN apk add --no-cache python py-jinja2 rspamd rspamd-controller rspamd-proxy ca-certificates py-pip \
&& pip install --upgrade pip \