This commit is contained in:
dave 2016-11-04 23:04:31 -07:00
parent 38ba0aee08
commit fa230848af
1 changed files with 3 additions and 1 deletions

View File

@ -1,4 +1,6 @@
CMD apt-get update && \
FROM ubuntu:trusty
RUN apt-get update && \
apt-get install -y wget libfontconfig1 && \
wget -O /tmp/grafana.deb https://grafanarel.s3.amazonaws.com/builds/grafana_3.1.1-1470047149_amd64.deb && \
dpkg -i /tmp/grafana.deb && \