File tree Expand file tree Collapse file tree 4 files changed +28
-31
lines changed Expand file tree Collapse file tree 4 files changed +28
-31
lines changed Original file line number Diff line number Diff line change 11# Build stage for Bitcoin Core
22FROM alpine as bitcoin-core
33
4- RUN apk --no-cache add autoconf
5- RUN apk --no-cache add automake
6- RUN apk --no-cache add boost-dev
7- RUN apk --no-cache add build-base
8- RUN apk --no-cache add chrpath
9- RUN apk --no-cache add file
10- RUN apk --no-cache add gnupg
11- RUN apk --no-cache add git
12- RUN apk --no-cache add libevent-dev
13- RUN apk --no-cache add libressl
14- RUN apk --no-cache add libtool
15- RUN apk --no-cache add linux-headers
16- RUN apk --no-cache add sqlite-dev
17- RUN apk --no-cache add zeromq-dev
4+ RUN apk --no-cache add \
5+ autoconf \
6+ automake \
7+ boost-dev \
8+ build-base \
9+ chrpath \
10+ file \
11+ gnupg \
12+ git \
13+ libevent-dev \
14+ libtool \
15+ linux-headers \
16+ sqlite-dev \
17+ zeromq-dev
1818
1919ENV BITCOIN_VERSION=27.1
2020ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
Original file line number Diff line number Diff line change 11# Build stage for Bitcoin Core
22FROM alpine as bitcoin-core
33
4- RUN apk --no-cache add autoconf
5- RUN apk --no-cache add automake
6- RUN apk --no-cache add boost-dev
7- RUN apk --no-cache add build-base
8- RUN apk --no-cache add chrpath
9- RUN apk --no-cache add file
10- RUN apk --no-cache add gnupg
11- RUN apk --no-cache add git
12- RUN apk --no-cache add libevent-dev
13- RUN apk --no-cache add libressl
14- RUN apk --no-cache add libtool
15- RUN apk --no-cache add linux-headers
16- RUN apk --no-cache add sqlite-dev
17- RUN apk --no-cache add zeromq-dev
4+ RUN apk --no-cache add \
5+ autoconf \
6+ automake \
7+ boost-dev \
8+ build-base \
9+ chrpath \
10+ file \
11+ gnupg \
12+ git \
13+ libevent-dev \
14+ libtool \
15+ linux-headers \
16+ sqlite-dev \
17+ zeromq-dev
1818
1919ENV BITCOIN_VERSION=28.1
2020ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}
Original file line number Diff line number Diff line change @@ -12,7 +12,6 @@ RUN apk --no-cache add \
1212 gnupg \
1313 git \
1414 libevent-dev \
15- libressl \
1615 libtool \
1716 linux-headers \
1817 sqlite-dev \
Original file line number Diff line number Diff line change @@ -12,8 +12,6 @@ RUN apk --no-cache add \
1212 gnupg \
1313 git \
1414 libevent-dev \
15- libressl \
16- libtool \
1715 linux-headers \
1816 sqlite-dev \
1917 zeromq-dev
You can’t perform that action at this time.
0 commit comments