1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-11-25 22:12:28 +02:00

Install py3-multidict from repository before installing socrate to avoid the need of gcc during build

This commit is contained in:
Michael Wyraz
2019-11-21 11:28:58 +01:00
parent ebc39b5308
commit 09ee3ce95c
8 changed files with 8 additions and 8 deletions

View File

@@ -2,7 +2,7 @@ ARG DISTRO=alpine:3.10
FROM $DISTRO
# python3 shared with most images
RUN apk add --no-cache \
python3 py3-pip bash \
python3 py3-pip bash py3-multidict \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube