You've already forked Mailu
mirror of
https://github.com/Mailu/Mailu.git
synced 2025-11-23 22:04:47 +02:00
Switching to alpine:3.12
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
ARG DISTRO=alpine:3.10
|
||||
ARG DISTRO=alpine:3.12
|
||||
FROM $DISTRO
|
||||
# python3 shared with most images
|
||||
RUN apk add --no-cache \
|
||||
@@ -6,7 +6,7 @@ RUN apk add --no-cache \
|
||||
&& pip3 install --upgrade pip
|
||||
|
||||
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube
|
||||
RUN pip3 install socrate
|
||||
RUN pip3 install socrate==0.2.0
|
||||
|
||||
# Image specific layers under this line
|
||||
RUN apk add --no-cache \
|
||||
|
||||
Reference in New Issue
Block a user