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

Commit 778fdc9

Browse files
committed
Upgrade pip version in dockerfile for faster resolver
1 parent afd332e commit 778fdc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docker/Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,8 @@ COPY . /usr/src/app
99
RUN apt-get update
1010
RUN apt-get -y install libsnappy-dev
1111

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

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

0 commit comments

Comments
 (0)