grafana/packages/grafana-toolkit/docker/grafana-plugin-ci-e2e/Dockerfile
Stephanie Closson 16cc91bf33
Chore: update docker images -- revert to debian stable (#33044)
* update docker images -- revert to debian stable

* pinned node version
2021-06-16 12:35:18 -03:00

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