cadvisor-multi-arch/Dockerfile.build-env

7 lines
177 B
Docker
Raw Permalink Normal View History

2020-07-14 17:16:13 +00:00
# Builder
2021-12-01 22:22:59 +00:00
FROM golang:1.16 AS builder
2020-07-14 17:16:13 +00:00
RUN apt-get update && apt-get install -y --no-install-recommends git dmsetup && apt-get clean
WORKDIR /go/src/github.com/google/cadvisor