mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
* fall back to version specified * update docker image and bump version * update go version, linter, and codeclimate
9 lines
192 B
Docker
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
|