File tree Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Expand file tree Collapse file tree 3 files changed +9
-0
lines changed Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939RUN apk --no-cache add libressl
4040RUN apk --no-cache add libtool
4141RUN apk --no-cache add linux-headers
42+ RUN apk --no-cache add sqlite-dev
4243RUN apk --no-cache add zeromq-dev
4344RUN 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
7981RUN make -j4
8082RUN 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
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939RUN apk --no-cache add libressl
4040RUN apk --no-cache add libtool
4141RUN apk --no-cache add linux-headers
42+ RUN apk --no-cache add sqlite-dev
4243RUN apk --no-cache add zeromq-dev
4344RUN 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
9294RUN make -j4
9395RUN 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
117120ENV BITCOIN_DATA=/home/bitcoin/.bitcoin
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
3939RUN apk --no-cache add libressl
4040RUN apk --no-cache add libtool
4141RUN apk --no-cache add linux-headers
42+ RUN apk --no-cache add sqlite-dev
4243RUN apk --no-cache add zeromq-dev
4344RUN 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
9698RUN make -j4
9799RUN 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
You can’t perform that action at this time.
0 commit comments