From a94ae1c5b4a71eb32af4395b91e8c723b1aae3a7 Mon Sep 17 00:00:00 2001 From: fanquake Date: Mon, 29 May 2023 15:16:15 +0100 Subject: [PATCH] 25.0: remove boost libraries Neither of these are required to run Bitcoin Core 25.0 or 24.0, see https://github.com/bitcoin/bitcoin/pull/21064 and https://github.com/bitcoin/bitcoin/pull/20744. --- 24.0/Dockerfile | 2 -- 25.0/Dockerfile | 2 -- 2 files changed, 4 deletions(-) diff --git a/24.0/Dockerfile b/24.0/Dockerfile index 6526819..142bdbf 100644 --- a/24.0/Dockerfile +++ b/24.0/Dockerfile @@ -217,8 +217,6 @@ LABEL maintainer="Damian Mee (@meeDamian)" RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories RUN apk add --no-cache \ - boost-filesystem \ - boost-thread \ libevent \ libsodium \ libstdc++ \ diff --git a/25.0/Dockerfile b/25.0/Dockerfile index 4f1bed1..c5a834e 100644 --- a/25.0/Dockerfile +++ b/25.0/Dockerfile @@ -217,8 +217,6 @@ LABEL maintainer="Damian Mee (@meeDamian)" RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories RUN apk add --no-cache \ - boost-filesystem \ - boost-thread \ libevent \ libsodium \ libstdc++ \