mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-10-30 01:32:23 +00:00
Install p3-yarn as dependency for podop
(cherry picked from commit fb9ddbca7a)
This commit is contained in:
@@ -5,7 +5,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
|
||||
>>>>>>> 09ee3ce9 (Install py3-multidict from repository before installing socrate to avoid the need of gcc during build)
|
||||
|
||||
|
||||
@@ -5,7 +5,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
|
||||
>>>>>>> 09ee3ce9 (Install py3-multidict from repository before installing socrate to avoid the need of gcc during build)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user