Skip to content

Commit f33341e

Browse files
committed
Install build-essential
1 parent 485a543 commit f33341e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

geth/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,10 @@ FROM golang:1.22 AS geth
1919

2020
WORKDIR /app
2121

22+
RUN apt-get update && \
23+
apt-get install -y \
24+
build-essential
25+
2226
ENV REPO=https://github.com/ethereum-optimism/op-geth.git
2327
ENV VERSION=v1.101411.6
2428
ENV COMMIT=50b3422b9ac682a8fa503c4f409339a9bff69717

0 commit comments

Comments
 (0)