mirror of
https://github.com/optim-enterprises-bv/Mailu.git
synced 2025-11-01 02:27:47 +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
|
FROM $DISTRO
|
||||||
# python3 shared with most images
|
# python3 shared with most images
|
||||||
RUN apk add --no-cache \
|
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
|
&& pip3 install --upgrade pip
|
||||||
>>>>>>> 09ee3ce9 (Install py3-multidict from repository before installing socrate to avoid the need of gcc during build)
|
>>>>>>> 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
|
FROM $DISTRO
|
||||||
# python3 shared with most images
|
# python3 shared with most images
|
||||||
RUN apk add --no-cache \
|
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
|
&& pip3 install --upgrade pip
|
||||||
>>>>>>> 09ee3ce9 (Install py3-multidict from repository before installing socrate to avoid the need of gcc during build)
|
>>>>>>> 09ee3ce9 (Install py3-multidict from repository before installing socrate to avoid the need of gcc during build)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user