grafana/packages/grafana-toolkit/docker/grafana-plugin-ci/Dockerfile
Brian Gann 25117f5af5
area/grafana/e2e: ginstall should pull version specified (#31056)
* fall back to version specified
* update docker image and bump version
* update go version, linter, and codeclimate
2021-02-10 12:43:02 -06:00

9 lines
192 B
Docker

FROM debian:testing-20210111-slim
USER root
COPY scripts scripts
WORKDIR scripts
RUN apt-get update && \
apt-get install -y wget && \
./deploy.sh
COPY install/gget /usr/local/bin/gget