mirror of
https://github.com/grafana/grafana.git
synced 2025-02-16 18:34:52 -06:00
7 lines
69 B
Docker
7 lines
69 B
Docker
FROM centos:latest
|
|
|
|
RUN yum install -y initscripts
|
|
|
|
ADD *.rpm /tmp/
|
|
|