mirror of
https://github.com/grafana/grafana.git
synced 2026-08-14 07:04:57 -05:00
10 lines
172 B
Docker
10 lines
172 B
Docker
FROM debian:testing-20210111-slim
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
COPY scripts scripts
|
|
COPY install /usr/local
|
|
|
|
RUN cd scripts && ./deploy.sh
|
|
ENV DEBIAN_FRONTEND=newt
|