diff --git a/l2geth-exporter/Dockerfile b/l2geth-exporter/Dockerfile index 4421f74f16b6a..0197b9d768f90 100644 --- a/l2geth-exporter/Dockerfile +++ b/l2geth-exporter/Dockerfile @@ -3,6 +3,7 @@ FROM golang:1.18.0-alpine3.15 as builder COPY ./l2geth-exporter /app WORKDIR /app/ +RUN apk --no-cache add make jq bash git RUN make build FROM alpine:3.15