Skip to content

Commit

Permalink
Install build-essential
Browse files Browse the repository at this point in the history
  • Loading branch information
0x00101010 committed Feb 1, 2025
1 parent 485a543 commit f33341e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions geth/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ FROM golang:1.22 AS geth

WORKDIR /app

RUN apt-get update && \
apt-get install -y \
build-essential

ENV REPO=https://github.com/ethereum-optimism/op-geth.git
ENV VERSION=v1.101411.6
ENV COMMIT=50b3422b9ac682a8fa503c4f409339a9bff69717
Expand Down

0 comments on commit f33341e

Please sign in to comment.