Skip to content

Commit

Permalink
[bugfix] Update setuptools in Docker image
Browse files Browse the repository at this point in the history
Pywikibot needs setuptools >= 40.1.0, but Python 3.5 on Debian Stretch
comes with older one.

Change-Id: I9c8234f8b03792cab46653c7fcac615dd372515b
  • Loading branch information
dvorapa committed Apr 10, 2020
1 parent d709f00 commit a4342bd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ ENV LC_ALL C.UTF-8
ADD . /srv/pwb

# pip version in stretch is too old :(
RUN pip3 install -U setuptools
RUN pip3 install -U pip

RUN pip3 install -r /srv/pwb/requirements.txt
Expand Down

0 comments on commit a4342bd

Please sign in to comment.