mirror of
https://github.com/grafana/grafana.git
synced 2025-02-03 20:21:01 -06:00
7 lines
62 B
Docker
7 lines
62 B
Docker
FROM centos:6.6
|
|
|
|
RUN yum install -y initscripts
|
|
|
|
ADD * /tmp/
|
|
|