1
0
mirror of https://github.com/Mailu/Mailu.git synced 2025-08-10 22:31:47 +02:00

Install p3-yarn as dependency for podop

This commit is contained in:
Michael Wyraz
2019-12-04 20:05:42 +01:00
parent 09ee3ce95c
commit fb9ddbca7a
2 changed files with 2 additions and 2 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 git bash py3-multidict \
python3 py3-pip git bash py3-multidict py3-yarl \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube

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 git bash py3-multidict \
python3 py3-pip git bash py3-multidict py3-yarl \
&& pip3 install --upgrade pip
# Shared layer between nginx, dovecot, postfix, postgresql, rspamd, unbound, rainloop, roundcube