We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 414db3a commit c0ccaceCopy full SHA for c0ccace
master/alpine/Dockerfile
@@ -4,6 +4,8 @@ FROM alpine:3.21 AS build
4
RUN apk --no-cache add \
5
boost-dev \
6
build-base \
7
+ capnproto \
8
+ capnproto-dev \
9
ccache \
10
chrpath \
11
clang18 \
@@ -55,6 +57,7 @@ RUN addgroup --gid ${GID} --system bitcoin && \
55
57
adduser --uid ${UID} --system bitcoin --ingroup bitcoin
56
58
59
bash \
60
61
libevent \
62
libzmq \
63
shadow \
0 commit comments