Add missing pip in Alpine 3.12 (#1579)

This commit is contained in:
Franck Nijhof
2020-09-16 16:24:35 +02:00
committed by GitHub
parent 824012e668
commit d8e163fc58

View File

@@ -8,6 +8,7 @@ RUN \
apk add --no-cache \
git \
openssh-client \
py3-pip \
python3 \
&& pip3 install \
--no-cache-dir \