mirror of
https://github.com/grafana/grafana.git
synced 2024-11-26 10:50:37 -06:00
7 lines
69 B
Docker
7 lines
69 B
Docker
FROM centos:latest
|
|
|
|
RUN yum install -y initscripts
|
|
|
|
ADD *.rpm /tmp/
|
|
|