Remove newline at end of Dockerfile

This commit is contained in:
Peter Bourgon 2014-12-03 15:02:37 +01:00
parent dde4209144
commit ec4182c8c7
1 changed files with 0 additions and 1 deletions

View File

@ -9,4 +9,3 @@ RUN apt-get update && apt-get install -yq make git curl sudo mercurial vi
ADD . /prometheus-src
RUN cd /prometheus-src && make tools binary
ADD ./documentation/examples/prometheus.conf /prometheus.conf