Skip to content

Commit

Permalink
virtualenv fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Mar 16, 2020
1 parent 10ebb6b commit 4a7557f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -42,13 +42,11 @@ RUN true \
pkgconfig \
py3-cairo \
py3-pip \
py3-virtualenv \
py3-virtualenv==16.7.8-r0 \
openldap-dev \
python3-dev \
rrdtool-dev \
wget \
&& pip3 uninstall virtualenv \
&& pip3 install virtualenv==16.7.10 \
&& virtualenv /opt/graphite \
&& . /opt/graphite/bin/activate \
&& pip3 install \
Expand Down

0 comments on commit 4a7557f

Please sign in to comment.