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 5f6391c..3360f8a 100644 --- a/25.0/Dockerfile +++ b/25.0/Dockerfile @@ -208,8 +208,6 @@ ARG DIR LABEL maintainer="Damian Mee (@meeDamian)" RUN apk add --no-cache \ - boost-filesystem \ - boost-thread \ libevent \ libsodium \ libstdc++ \