Skip to content

Commit b4f27da

Browse files
committed
Remove unneeded boost dependencies from alpine build
These haven't been needed since v23.0
1 parent 1a95eb9 commit b4f27da

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

24/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
102102
RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
103103
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
104104
RUN apk --no-cache add \
105-
boost-filesystem \
106-
boost-system \
107-
boost-thread \
108105
libevent \
109106
libzmq \
110107
shadow \

25/alpine/Dockerfile

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
102102
RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
103103
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
104104
RUN apk --no-cache add \
105-
boost-filesystem \
106-
boost-system \
107-
boost-thread \
108105
libevent \
109106
libzmq \
110107
shadow \

0 commit comments

Comments
 (0)