File tree Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Expand file tree Collapse file tree 2 files changed +1
-14
lines changed Original file line number Diff line number Diff line change @@ -217,8 +217,6 @@ LABEL maintainer="Damian Mee (@meeDamian)"
217
217
RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
218
218
219
219
RUN apk add --no-cache \
220
- boost-filesystem \
221
- boost-thread \
222
220
libevent \
223
221
libsodium \
224
222
libstdc++ \
Original file line number Diff line number Diff line change @@ -9,7 +9,7 @@ ARG VERSION=25.0
9
9
ARG ARCH
10
10
11
11
# Define default versions so that they don't have to be repeated throughout the file
12
- ARG VER_ALPINE=3.12
12
+ ARG VER_ALPINE=3.18
13
13
14
14
# $USER name, and data $DIR to be used in the `final` image
15
15
ARG USER=bitcoind
@@ -31,9 +31,6 @@ ARG BDB_SOURCE=prebuilt
31
31
#
32
32
FROM alpine:${VER_ALPINE} AS preparer-base
33
33
34
- # Make sure APKs are downloaded over SSL. See: https://github.com/gliderlabs/docker-alpine/issues/184
35
- RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
36
-
37
34
RUN apk add --no-cache gnupg
38
35
39
36
# Key source of truth
@@ -140,9 +137,6 @@ FROM ${ARCH:+${ARCH}/}alpine:${VER_ALPINE} AS builder
140
137
ARG VERSION
141
138
ARG SOURCE
142
139
143
- # Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
144
- RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
145
-
146
140
RUN apk add --no-cache \
147
141
autoconf \
148
142
automake \
@@ -213,12 +207,7 @@ ARG DIR
213
207
214
208
LABEL maintainer="Damian Mee (@meeDamian)"
215
209
216
- # Use APK repos over HTTPS. See: https://github.com/gliderlabs/docker-alpine/issues/184
217
- RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net|g' /etc/apk/repositories
218
-
219
210
RUN apk add --no-cache \
220
- boost-filesystem \
221
- boost-thread \
222
211
libevent \
223
212
libsodium \
224
213
libstdc++ \
You can’t perform that action at this time.
0 commit comments