mirror of
https://github.com/luzifer-docker/grafana.git
synced 2024-11-09 15:40:00 +00:00
Grafana 4.4.1
Signed-off-by: Knut Ahlers <knut@ahlers.me>
This commit is contained in:
parent
8765379734
commit
1d3784ab0f
1 changed files with 2 additions and 2 deletions
|
@ -1,10 +1,10 @@
|
||||||
FROM debian:jessie
|
FROM debian:jessie
|
||||||
|
|
||||||
ENV GRAFANA_VERSION 4.0.1-1480694114
|
ENV GRAFANA_VERSION 4.4.1
|
||||||
|
|
||||||
RUN apt-get update \
|
RUN apt-get update \
|
||||||
&& apt-get install -y unzip libfontconfig wget adduser openssl ca-certificates \
|
&& apt-get install -y unzip libfontconfig wget adduser openssl ca-certificates \
|
||||||
&& wget https://grafanarel.s3.amazonaws.com/builds/grafana_${GRAFANA_VERSION}_amd64.deb \
|
&& wget https://s3-us-west-2.amazonaws.com/grafana-releases/release/grafana_${GRAFANA_VERSION}_amd64.deb \
|
||||||
&& dpkg -i grafana_${GRAFANA_VERSION}_amd64.deb
|
&& dpkg -i grafana_${GRAFANA_VERSION}_amd64.deb
|
||||||
|
|
||||||
EXPOSE 3000
|
EXPOSE 3000
|
||||||
|
|
Loading…
Reference in a new issue