1559_rpc_call_and_tracing

This commit is contained in:
alex.sharov 2021-07-09 17:54:27 +07:00
parent 858fb3f503
commit 5d4c7237dc

View File

@ -5,7 +5,7 @@ RUN apk --no-cache add make gcc g++ linux-headers git bash ca-certificates libgc
WORKDIR /app
ADD . .
RUN make all
RUN make erigon rpcdaemon integration sentry
FROM docker.io/library/alpine:3.13