Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Upgrade pip version in dockerfile for faster resolver
Browse files Browse the repository at this point in the history
  • Loading branch information
njgheorghita committed Oct 22, 2020
1 parent afd332e commit 778fdc9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ COPY . /usr/src/app
RUN apt-get update
RUN apt-get -y install libsnappy-dev

RUN pip install -e .[dev] --no-cache-dir --use-feature=2020-resolver
RUN pip install -U trinity --no-cache-dir --use-feature=2020-resolver
RUN pip install -e .[dev] --no-cache-dir
RUN pip install -U trinity --no-cache-dir

RUN echo "Type \`trinity\` to boot or \`trinity --help\` for an overview of commands"

Expand Down

0 comments on commit 778fdc9

Please sign in to comment.