Skip to content

Commit

Permalink
Bump pip and wheel in image
Browse files Browse the repository at this point in the history
  • Loading branch information
jacobwegner committed Oct 30, 2021
1 parent e3ff8e6 commit a1fe890
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 @@ -9,6 +9,7 @@ RUN set -ex \
libxml2-dev libxslt-dev \
&& python3 -m venv $VIRTUAL_ENV/ \
&& source $VIRTUAL_ENV/bin/activate \
&& pip install pip wheel -U \
&& pip install -r requirements.txt \
&& apk del .build-deps
COPY logging.ini setup.cfg setup.py ./
Expand Down

0 comments on commit a1fe890

Please sign in to comment.