Skip to content

Commit

Permalink
Remove unneeded boost dependencies from alpine build
Browse files Browse the repository at this point in the history
These haven't been needed since v23.0
  • Loading branch information
willcl-ark committed Sep 5, 2023
1 parent 1a95eb9 commit b4f27da
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 6 deletions.
3 changes: 0 additions & 3 deletions 24/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
RUN apk --no-cache add \
boost-filesystem \
boost-system \
boost-thread \
libevent \
libzmq \
shadow \
Expand Down
3 changes: 0 additions & 3 deletions 25/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -102,9 +102,6 @@ RUN addgroup bitcoin --gid ${GID} --system
RUN adduser --uid ${UID} --system bitcoin --ingroup bitcoin
RUN sed -i 's/http\:\/\/dl-cdn.alpinelinux.org/https\:\/\/alpine.global.ssl.fastly.net/g' /etc/apk/repositories
RUN apk --no-cache add \
boost-filesystem \
boost-system \
boost-thread \
libevent \
libzmq \
shadow \
Expand Down

0 comments on commit b4f27da

Please sign in to comment.