diff --git a/Dockerfile b/Dockerfile index 6643625..acc87dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -13,11 +13,7 @@ RUN apk upgrade --no-cache \ # STEP 2 build the image including only the binary FROM alpine:3.14.2@sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a -RUN apk upgrade --no-cache && apk add \ - libc6-compat="1.2.2-r3" \ - device-mapper="2.02.187-r1" \ - findutils="4.8.0-r1" \ - zfs="2.0.3-r1" \ +RUN apk upgrade --no-cache && apk add libc6-compat device-mapper findutils zfs \ && rm -rf /var/cache/apk/* COPY --from=builder /go/src/github.com/google/cadvisor/cadvisor /usr/bin/cadvisor