Skip to content

Commit

Permalink
Merge pull request #148 from graphite-project/DZ-get-pip.py
Browse files Browse the repository at this point in the history
Replacing py3-pip with get-pip.py
  • Loading branch information
deniszh authored Jul 10, 2020
2 parents 011acd0 + 19d16cc commit d55c2ba
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -43,18 +43,19 @@ RUN true \
libffi-dev \
pkgconfig \
py3-cairo \
py3-pip \
openldap-dev \
python3-dev \
rrdtool-dev \
wget \
go==1.13.11-r0 \
jansson-dev \
librdkafka-dev \
&& pip3 install virtualenv==16.7.10 \
&& curl https://bootstrap.pypa.io/get-pip.py -o /tmp/get-pip.py \
&& python3 /tmp/get-pip.py && rm /tmp/get-pip.py \
&& pip install virtualenv==16.7.10 \
&& virtualenv /opt/graphite \
&& . /opt/graphite/bin/activate \
&& pip3 install \
&& pip install \
django==2.2.13 \
django-statsd-mozilla \
fadvise \
Expand Down

0 comments on commit d55c2ba

Please sign in to comment.