Use grafanalib to generate Grafana dashboards
This commit is contained in:
6
Dockerfile
Normal file
6
Dockerfile
Normal file
@@ -0,0 +1,6 @@
|
||||
FROM python:3.6-slim
|
||||
|
||||
RUN apt-get update -y && apt-get install -y git
|
||||
RUN pip3 install virtualenv
|
||||
|
||||
ENTRYPOINT ["/bin/bash"]
|
||||
Reference in New Issue
Block a user