Skip to content

Commit

Permalink
Merge pull request #144 from lsawicki-profondo/master
Browse files Browse the repository at this point in the history
indy-plenum has requirement pip<10.0.0
  • Loading branch information
andrewwhitehead authored Apr 27, 2021
2 parents 24c60c5 + 689c78f commit 9833382
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ ENV RUST_LOG ${RUST_LOG:-warning}

ADD config ./config
ADD server/requirements.txt server/
RUN pip install --upgrade pip
#RUN pip install --upgrade pip
RUN pip install --no-cache-dir -r server/requirements.txt

ADD --chown=indy:indy indy_config.py /etc/indy/
Expand Down

0 comments on commit 9833382

Please sign in to comment.