Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions simulators/ethereum/eels/execute-blobs/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ ARG fork=Osaka
ENV FORK=${fork}

## Clone and install EELS
RUN apt-get update && apt-get install -y git
RUN apt-get update && apt-get install -y git cmake g++ libclang-dev

# Clone repo and use the default branch if none specified
RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
Expand All @@ -17,8 +17,8 @@ RUN git clone --depth 1 https://github.com/ethereum/execution-specs.git && \
git checkout FETCH_HEAD; \
fi

WORKDIR /execution-specs/packages/testing
RUN uv sync
WORKDIR /execution-specs/
RUN uv sync --all-extras

## Define `consume engine` entry point using the local fixtures
ENTRYPOINT uv run execute hive --fork=$FORK -v -m blob_transaction_test