Skip to content

Commit 1586a57

Browse files
authored
Merge pull request ruimarinho#132 from AlonzoRicardo/master
Compile sqlite to enable wallet descriptors
2 parents ba147b6 + afc5853 commit 1586a57

File tree

3 files changed

+9
-0
lines changed

3 files changed

+9
-0
lines changed

0.21/alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939
RUN apk --no-cache add libressl
4040
RUN apk --no-cache add libtool
4141
RUN apk --no-cache add linux-headers
42+
RUN apk --no-cache add sqlite-dev
4243
RUN apk --no-cache add zeromq-dev
4344
RUN set -ex \
4445
&& for key in \
@@ -75,6 +76,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
7576
--with-gui=no \
7677
--with-utils \
7778
--with-libs \
79+
--with-sqlite=yes \
7880
--with-daemon
7981
RUN make -j4
8082
RUN make install
@@ -97,6 +99,7 @@ RUN apk --no-cache add \
9799
boost-filesystem \
98100
boost-system \
99101
boost-thread \
102+
sqlite-dev \
100103
libevent \
101104
libzmq \
102105
su-exec

22/alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939
RUN apk --no-cache add libressl
4040
RUN apk --no-cache add libtool
4141
RUN apk --no-cache add linux-headers
42+
RUN apk --no-cache add sqlite-dev
4243
RUN apk --no-cache add zeromq-dev
4344
RUN set -ex \
4445
&& for key in \
@@ -88,6 +89,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
8889
--with-gui=no \
8990
--with-utils \
9091
--with-libs \
92+
--with-sqlite=yes \
9193
--with-daemon
9294
RUN make -j4
9395
RUN make install
@@ -112,6 +114,7 @@ RUN apk --no-cache add \
112114
boost-thread \
113115
libevent \
114116
libzmq \
117+
sqlite-dev \
115118
su-exec
116119

117120
ENV BITCOIN_DATA=/home/bitcoin/.bitcoin

23/alpine/Dockerfile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939
RUN apk --no-cache add libressl
4040
RUN apk --no-cache add libtool
4141
RUN apk --no-cache add linux-headers
42+
RUN apk --no-cache add sqlite-dev
4243
RUN apk --no-cache add zeromq-dev
4344
RUN set -ex \
4445
&& for key in \
@@ -92,6 +93,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
9293
--with-gui=no \
9394
--with-utils \
9495
--with-libs \
96+
--with-sqlite=yes \
9597
--with-daemon
9698
RUN make -j4
9799
RUN make install
@@ -114,6 +116,7 @@ RUN apk --no-cache add \
114116
boost-filesystem \
115117
boost-system \
116118
boost-thread \
119+
sqlite-dev \
117120
libevent \
118121
libzmq \
119122
su-exec

0 commit comments

Comments
 (0)