Update dockerfile to specifically use pip3.

master
jowj 6 years ago
parent db42a7ad4d
commit 1899644bf2

@ -7,9 +7,8 @@ RUN apk add \
python3 \ python3 \
python-dev python-dev
RUN python3 -m ensurepip \ RUN python3 -m pip install --upgrade pip \
&& python3 -m pip install --upgrade pip \ && pip3 install requests
&& python3 -m pip install requests
COPY ./ ./ COPY ./ ./

Loading…
Cancel
Save