Skip to content

Commit

Permalink
fix: add libc6-compat
Browse files Browse the repository at this point in the history
  • Loading branch information
0xawaz committed Nov 13, 2024
1 parent cfb6e55 commit 92d9f0e
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Dockerfile.dev
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@ RUN go build ./cmd/bootnode && make geth
# Set up final image
FROM alpine:3.20.3

# Install dependencies
RUN apk update &&\
apk add --no-cache \
libc6-compat

# Create necessary directories
RUN mkdir -p /val-data /rpc-data /usr/share/devnet-resources /val-data/consensus/beacondata/network-keys

Expand Down

0 comments on commit 92d9f0e

Please sign in to comment.