Install p3-yarn as dependency for podop

(cherry picked from commit fb9ddbca7a)
This commit is contained in:
Michael Wyraz
2019-12-04 20:05:42 +01:00
committed by Mergify
parent 60ad5e3e0d
commit 0b4fe24a68
2 changed files with 2 additions and 2 deletions

View File

@@ -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)

View File

@@ -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)