We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfb6e55 commit 92d9f0eCopy full SHA for 92d9f0e
Dockerfile.dev
@@ -24,6 +24,11 @@ RUN go build ./cmd/bootnode && make geth
24
# Set up final image
25
FROM alpine:3.20.3
26
27
+# Install dependencies
28
+RUN apk update &&\
29
+ apk add --no-cache \
30
+ libc6-compat
31
+
32
# Create necessary directories
33
RUN mkdir -p /val-data /rpc-data /usr/share/devnet-resources /val-data/consensus/beacondata/network-keys
34
0 commit comments