Skip to content

Commit

Permalink
Fixing statsd building
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Feb 22, 2019
1 parent 8706be1 commit 8a3d18b
Show file tree
Hide file tree
Showing 5 changed files with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -85,11 +85,10 @@ RUN . /opt/graphite/bin/activate \
# install statsd (as we have to use this ugly way)
ARG statsd_version=8d5363cb109cc6363661a1d5813e0b96787c4411
ARG statsd_repo=https://github.com/etsy/statsd.git
RUN git init /opt/statsd \
&& git -C /opt/statsd remote add origin "${statsd_repo}" \
&& git -C /opt/statsd fetch origin "${statsd_version}" \
&& git -C /opt/statsd checkout "${statsd_version}" \
WORKDIR /opt
RUN git clone "${statsd_repo}" \
&& cd /opt/statsd \
&& git checkout "${statsd_version}" \
&& npm install

COPY conf/opt/graphite/conf/ /opt/defaultconf/graphite/
Expand Down
Empty file.
Empty file.
Empty file added conf/etc/service/carbon/log/run
Empty file.
Empty file added conf/etc/service/statsd/log/run
Empty file.

0 comments on commit 8a3d18b

Please sign in to comment.