Skip to content

Commit e7d98e5

Browse files
committed
alpine: remove unneeded build libressl
1 parent d3676df commit e7d98e5

File tree

4 files changed

+28
-31
lines changed

4 files changed

+28
-31
lines changed

27.1/alpine/Dockerfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Build stage for Bitcoin Core
22
FROM 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

1919
ENV BITCOIN_VERSION=27.1
2020
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}

28.1/alpine/Dockerfile

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,20 @@
11
# Build stage for Bitcoin Core
22
FROM 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

1919
ENV BITCOIN_VERSION=28.1
2020
ENV BITCOIN_PREFIX=/opt/bitcoin-${BITCOIN_VERSION}

29.0/alpine/Dockerfile

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff 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 \

master/alpine/Dockerfile

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)