mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
10 lines
162 B
Docker
10 lines
162 B
Docker
FROM debian:buster-slim
|
|
|
|
ENV DEBIAN_FRONTEND=noninteractive
|
|
|
|
COPY scripts scripts
|
|
COPY install /usr/local
|
|
|
|
RUN cd scripts && ./deploy.sh
|
|
ENV DEBIAN_FRONTEND=newt
|