Fix for running op-batcher
This commit is contained in:
parent
0c942d871b
commit
f98948ed7b
@ -25,6 +25,8 @@ RUN make op-batcher VERSION="$VERSION" GOOS=$TARGETOS GOARCH=$TARGETARCH
|
|||||||
|
|
||||||
FROM alpine:3.15
|
FROM alpine:3.15
|
||||||
|
|
||||||
|
RUN apk add --no-cache jq
|
||||||
|
|
||||||
COPY --from=builder /app/op-batcher/bin/op-batcher /usr/local/bin
|
COPY --from=builder /app/op-batcher/bin/op-batcher /usr/local/bin
|
||||||
|
|
||||||
ENTRYPOINT ["op-batcher"]
|
ENTRYPOINT ["op-batcher"]
|
||||||
|
Loading…
Reference in New Issue
Block a user