diff --git a/Dockerfile b/Dockerfile index 959c57ae2..4297dec68 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ WORKDIR /app ADD . . # expect that host run `git submodule update --init` -RUN make all +RUN make erigon rpcdaemon integration sentry hack FROM docker.io/library/alpine:3.14