Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
deniszh committed Jun 21, 2020
1 parent d4b4b01 commit 6c53507
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ ARG brubeck_version=7e0fbc33ce44e162470de7778b887a75a5ee70bd
ARG brubeck_repo=https://github.com/lukepalmer/brubeck.git
ENV BRUBECK_NO_HTTP=1
RUN git clone "${brubeck_repo}" /usr/local/src/brubeck \
&& git checkout "${brubeck_version}" \
&& cd /usr/local/src/brubeck && ./script/bootstrap \
&& cd /usr/local/src/brubeck && git checkout "${brubeck_version}" \
&& ./script/bootstrap \
&& chmod +x brubeck && mkdir -p /opt/graphite/bin/ \
&& cp -fv brubeck /opt/graphite/bin/brubeck

Expand Down

0 comments on commit 6c53507

Please sign in to comment.