cadvisor-multi-arch/Dockerfile.build-env

7 lines
177 B
Docker

# Builder
FROM golang:1.16 AS builder
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean
WORKDIR /go/src/github.com/google/cadvisor