Skip to content

Commit

Permalink
Merge pull request #62 from graphite-project/DZ-RRD-fix
Browse files Browse the repository at this point in the history
Fixing RRD support (#61)
  • Loading branch information
deniszh authored Oct 29, 2018
2 parents 109aba0 + 21c6d6b commit 00b40a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ RUN apt-get -y update \
git \
sqlite3 \
libffi-dev \
librrd-dev \
libcairo2-dev \
python3-cairo \
python3-rrdtool \
Expand All @@ -27,6 +28,7 @@ RUN python3 -m pip install --upgrade virtualenv virtualenv-tools && \
pip3 install gunicorn && \
pip3 install fadvise && \
pip3 install redis && \
pip3 install rrdtool && \
pip3 install msgpack-python && \
pip3 install django-statsd-mozilla

Expand Down Expand Up @@ -103,8 +105,7 @@ RUN apt-get update --fix-missing \
memcached \
sqlite3 \
libcairo2 \
python3-cairo \
python3-rrdtool && \
librrd-dev && \
apt-get clean && \
apt-get autoremove --yes && \
rm -rf /var/lib/apt/lists/*
Expand Down

0 comments on commit 00b40a5

Please sign in to comment.