Skip to content

Commit

Permalink
Upgrade pip and setuptools in container image
Browse files Browse the repository at this point in the history
Fixes a problem with a dependency requiring a newer setuptools version.
  • Loading branch information
elemental-lf committed Mar 3, 2021
1 parent 39a6757 commit 6e27a2a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions images/benji/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ COPY . /benji-source/

RUN python3.6 -m venv --system-site-packages $VENV_DIR && \
. $VENV_DIR/bin/activate && \
pip install --upgrade pip setuptools && \
pip install git+https://github.com/elemental-lf/libiscsi-python && \
pip install '/benji-source/[compression,s3,b2,helpers]'

Expand Down

0 comments on commit 6e27a2a

Please sign in to comment.