Update dockerfile to specifically use pip3.

master
jowj 6 years ago
parent db42a7ad4d
commit 1899644bf2

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

Loading…
Cancel
Save