Commit 3e5d7844 authored by Mark Tyneway's avatar Mark Tyneway Committed by GitHub

fix: l2geth-exporter docker build (#2633)

Fixes the docker build for `l2geth-exporter`
Co-authored-by: default avatarmergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
parent e00fe3ef
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment