Skip to content

Commit

Permalink
temporary fix for Pipenv dependency issue
Browse files Browse the repository at this point in the history
Change-Id: If9e0cde1de05ac07f96ef66e86aea6fe3c91260a
  • Loading branch information
AZurhake committed May 24, 2019
1 parent 142fea7 commit 6137ccf
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 8 deletions.
9 changes: 5 additions & 4 deletions buildscripts/infrastructure/os-nodes/debian-8/Dockerfile
Expand Up @@ -21,13 +21,14 @@ RUN apt-get update \
libssl-dev \
make \
python-dev \
python-dev \
python3-pip \
python-pip \
rrdtool \
strace \
vim \
&& pip3 install --upgrade setuptools \
&& pip3 install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& pip install --upgrade setuptools \
&& pip install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& pip uninstall pipenv \
&& pip install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y \
Expand Down
9 changes: 5 additions & 4 deletions buildscripts/infrastructure/os-nodes/ubuntu-14.04/Dockerfile
Expand Up @@ -22,13 +22,14 @@ RUN apt-get update \
make \
nullmailer \
python-dev \
python-dev \
python3-pip \
python-pip \
rrdtool \
strace \
vim \
&& pip3 install --upgrade setuptools \
&& pip3 install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& pip install --upgrade setuptools \
&& pip install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& pip uninstall pipenv \
&& pip install git+https://github.com/svenpanne/pipenv.git@41f30d7ac848fdfe3eb548ddd19b731bfa8c331a \
&& curl -sL https://deb.nodesource.com/setup_12.x | bash - \
&& apt-get install -y nodejs \
&& apt-get install -y \
Expand Down

0 comments on commit 6137ccf

Please sign in to comment.