mirror of
https://github.com/Retropex/docker-bitcoind.git
synced 2025-06-02 15:32:29 +02:00
build: remove some unused dependencies from 0.20 container (#36)
This commit is contained in:
parent
cf72a7a71b
commit
d21e4365c4
@ -5,10 +5,10 @@
|
|||||||
# as many things (like download URLs) use this form instead.
|
# as many things (like download URLs) use this form instead.
|
||||||
ARG VERSION=0.20.0
|
ARG VERSION=0.20.0
|
||||||
|
|
||||||
# CPU archtecture to build binaries for
|
# CPU architecture to build binaries for
|
||||||
ARG ARCH
|
ARG ARCH
|
||||||
|
|
||||||
# Define default versions so that they don't have to be repreated throughout the file
|
# Define default versions so that they don't have to be repeated throughout the file
|
||||||
ARG VER_ALPINE=3.12
|
ARG VER_ALPINE=3.12
|
||||||
|
|
||||||
# $USER name, and data $DIR to be used in the `final` image
|
# $USER name, and data $DIR to be used in the `final` image
|
||||||
@ -136,10 +136,8 @@ RUN apk add --no-cache \
|
|||||||
file \
|
file \
|
||||||
libevent-dev \
|
libevent-dev \
|
||||||
libressl \
|
libressl \
|
||||||
libressl-dev \
|
|
||||||
libtool \
|
libtool \
|
||||||
linux-headers \
|
linux-headers \
|
||||||
protobuf-dev \
|
|
||||||
zeromq-dev
|
zeromq-dev
|
||||||
|
|
||||||
# Fetch pre-built berkeleydb
|
# Fetch pre-built berkeleydb
|
||||||
@ -200,11 +198,9 @@ RUN sed -i 's|http://dl-cdn.alpinelinux.org|https://alpine.global.ssl.fastly.net
|
|||||||
|
|
||||||
# TODO: Check which dependencies are not necessary here
|
# TODO: Check which dependencies are not necessary here
|
||||||
RUN apk add --no-cache \
|
RUN apk add --no-cache \
|
||||||
boost-chrono \
|
|
||||||
boost-filesystem \
|
boost-filesystem \
|
||||||
boost-thread \
|
boost-thread \
|
||||||
libevent \
|
libevent \
|
||||||
libressl \
|
|
||||||
libsodium \
|
libsodium \
|
||||||
libstdc++ \
|
libstdc++ \
|
||||||
libzmq
|
libzmq
|
||||||
|
Loading…
Reference in New Issue
Block a user