[hack] allow kurtosis to use suave-execution-geth in geth's stead

This commit is contained in:
Anton Bronnikov 2024-02-01 17:32:01 +02:00
parent cc9adebb5f
commit cc7218a77e
No known key found for this signature in database
GPG key ID: E4D7F389D62E58B2

View file

@ -2,6 +2,7 @@ FROM debian:bullseye
LABEL "org.opencontainers.image.source"="https://github.com/flashbots/suave-execution-geth" LABEL "org.opencontainers.image.source"="https://github.com/flashbots/suave-execution-geth"
COPY ./suave-execution-geth /bin/ COPY ./suave-execution-geth /bin/
COPY ./suave-execution-geth /bin/geth
EXPOSE 8545 8546 30303 30303/udp EXPOSE 8545 8546 30303 30303/udp
ENTRYPOINT ["suave-execution-geth"] ENTRYPOINT ["suave-execution-geth"]