Skip to content

Commit

Permalink
Removing RRD bugfix
Browse files Browse the repository at this point in the history
it's properly fixed in 1.1.5
  • Loading branch information
deniszh authored Dec 23, 2018
1 parent 2a0f084 commit 1001163
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -89,11 +89,6 @@ RUN git init /opt/statsd \
&& cd /opt/statsd \
&& npm install

# fixing RRD support (see https://github.com/graphite-project/docker-graphite-statsd/issues/63)
RUN sed -i \
's/return os.path.realpath(fs_path)/return os.path.realpath(fs_path).decode("utf-8")/' \
/opt/graphite/webapp/graphite/readers/rrd.py

COPY conf/opt/graphite/conf/ /opt/defaultconf/graphite/
COPY conf/opt/graphite/webapp/graphite/local_settings.py /opt/defaultconf/graphite/local_settings.py

Expand Down

0 comments on commit 1001163

Please sign in to comment.