Skip to content

Commit c0ccace

Browse files
committed
master-alpine: add capnproto dependency
1 parent 414db3a commit c0ccace

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

master/alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ FROM alpine:3.21 AS build
44
RUN apk --no-cache add \
55
boost-dev \
66
build-base \
7+
capnproto \
8+
capnproto-dev \
79
ccache \
810
chrpath \
911
clang18 \
@@ -55,6 +57,7 @@ RUN addgroup --gid ${GID} --system bitcoin && \
5557
adduser --uid ${UID} --system bitcoin --ingroup bitcoin
5658
RUN apk --no-cache add \
5759
bash \
60+
capnproto \
5861
libevent \
5962
libzmq \
6063
shadow \

0 commit comments

Comments
 (0)