mirror of
https://github.com/grafana/grafana.git
synced 2024-11-24 09:50:29 -06:00
33ba9bb21b
Signed-off-by: Arve Knudsen <arve.knudsen@gmail.com>
9 lines
150 B
Docker
9 lines
150 B
Docker
FROM centos:8
|
|
|
|
ARG REPO_CONFIG=grafana.repo.oss
|
|
ARG PACKAGE=grafana
|
|
|
|
COPY "./$REPO_CONFIG" /etc/yum.repos.d/grafana.repo
|
|
|
|
RUN yum install -y $PACKAGE
|