Update to actually install required modules.

master
jowj 6 years ago
parent 3b5ccc4315
commit d3dd0f84ea

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

Loading…
Cancel
Save