Skip to content

Commit

Permalink
Merge pull request grafana#12 from charford/master
Browse files Browse the repository at this point in the history
added apt-get clean
  • Loading branch information
torkelo committed Aug 16, 2015
2 parents 1ed6881 + 618e08b commit d4150a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM debian:wheezy

RUN apt-get update && apt-get -y install libfontconfig wget adduser openssl ca-certificates
RUN apt-get update && apt-get -y install libfontconfig wget adduser openssl ca-certificates && apt-get clean

RUN wget http://grafanarel.s3.amazonaws.com/builds/grafana_latest_amd64.deb

Expand Down

0 comments on commit d4150a8

Please sign in to comment.