alpine 3.11 needs py3-pip in extra package

This commit is contained in:
t3chn0m4g3 2020-06-16 11:28:56 +00:00
parent 77ddb68413
commit 27a5db9edf

View file

@ -6,8 +6,8 @@ ADD dist/ /root/dist/
# Install packages
RUN apk -U --no-cache add \
git \
py3-pip \
python3 && \
pip3 install --no-cache-dir --upgrade pip && \
pip3 install --no-cache-dir bottle \
configparser \
datetime \