Skip to content

Commit

Permalink
[Increment crypto] pip version < 10.0.0
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Nikitin <[email protected]>
  • Loading branch information
Andrew Nikitin committed Apr 17, 2018
1 parent 0cd1f3b commit e5db1c0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion ci/code-validation.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ RUN apt-get update -y && apt-get install -y \
python-setuptools \
python3-nacl
RUN pip3 install -U \
pip==9.0.3 \
'pip<10.0.0' \
setuptools \
pep8 \
pep8-naming \
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ RUN apt-get update && apt-get install -y \

# pypi based packages
RUN pip3 install -U \
pip==9.0.3 \
'pip<10.0.0' \
setuptools \
virtualenv

Expand Down
2 changes: 1 addition & 1 deletion environment/docker/pool/core.ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ RUN apt-get update -y && apt-get install -y \
apt-transport-https \
ca-certificates
RUN pip3 install -U \
pip==9.0.3 \
'pip<10.0.0' \
setuptools
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys BD33704C
Expand Down
4 changes: 2 additions & 2 deletions environment/openshift/core.ubuntu.dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ RUN apt-get update -y && apt-get install -y \
ca-certificates

RUN pip3 install -U \
pip==9.0.3 \
'pip<10.0.0' \
setuptools

RUN apt-key adv --keyserver keyserver.ubuntu.com --recv-keys 68DB5E88
Expand All @@ -26,4 +26,4 @@ RUN echo "deb https://repo.evernym.com/deb xenial stable" >> /etc/apt/sources.li
RUN echo "deb https://repo.sovrin.org/deb xenial stable" >> /etc/apt/sources.list

RUN useradd -ms /bin/bash -l -u $uid -G $gid indy
RUN apt-get update -y && apt-get install -y indy-node
RUN apt-get update -y && apt-get install -y indy-node

0 comments on commit e5db1c0

Please sign in to comment.