mirror of
https://github.com/grafana/grafana.git
synced 2024-11-28 03:34:15 -06:00
4e547980fb
* build: Easy version check of deb & rpm repos
9 lines
148 B
Docker
9 lines
148 B
Docker
FROM centos
|
|
|
|
ARG REPO_CONFIG=grafana.repo.oss
|
|
ARG PACKAGE=grafana
|
|
|
|
COPY "./$REPO_CONFIG" /etc/yum.repos.d/grafana.repo
|
|
|
|
RUN yum install -y $PACKAGE
|