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
39
39
RUN apk --no-cache add libressl
40
40
RUN apk --no-cache add libtool
41
41
RUN apk --no-cache add linux-headers
42
+ RUN apk --no-cache add sqlite-dev
42
43
RUN apk --no-cache add zeromq-dev
43
44
RUN set -ex \
44
45
&& for key in \
@@ -75,6 +76,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
75
76
--with-gui=no \
76
77
--with-utils \
77
78
--with-libs \
79
+ --with-sqlite=yes \
78
80
--with-daemon
79
81
RUN make -j4
80
82
RUN make install
@@ -97,6 +99,7 @@ RUN apk --no-cache add \
97
99
boost-filesystem \
98
100
boost-system \
99
101
boost-thread \
102
+ sqlite-dev \
100
103
libevent \
101
104
libzmq \
102
105
su-exec
Original file line number Diff line number Diff line change @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev
39
39
RUN apk --no-cache add libressl
40
40
RUN apk --no-cache add libtool
41
41
RUN apk --no-cache add linux-headers
42
+ RUN apk --no-cache add sqlite-dev
42
43
RUN apk --no-cache add zeromq-dev
43
44
RUN set -ex \
44
45
&& for key in \
@@ -88,6 +89,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
88
89
--with-gui=no \
89
90
--with-utils \
90
91
--with-libs \
92
+ --with-sqlite=yes \
91
93
--with-daemon
92
94
RUN make -j4
93
95
RUN make install
@@ -112,6 +114,7 @@ RUN apk --no-cache add \
112
114
boost-thread \
113
115
libevent \
114
116
libzmq \
117
+ sqlite-dev \
115
118
su-exec
116
119
117
120
ENV 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
39
39
RUN apk --no-cache add libressl
40
40
RUN apk --no-cache add libtool
41
41
RUN apk --no-cache add linux-headers
42
+ RUN apk --no-cache add sqlite-dev
42
43
RUN apk --no-cache add zeromq-dev
43
44
RUN set -ex \
44
45
&& for key in \
@@ -92,6 +93,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl
92
93
--with-gui=no \
93
94
--with-utils \
94
95
--with-libs \
96
+ --with-sqlite=yes \
95
97
--with-daemon
96
98
RUN make -j4
97
99
RUN make install
@@ -114,6 +116,7 @@ RUN apk --no-cache add \
114
116
boost-filesystem \
115
117
boost-system \
116
118
boost-thread \
119
+ sqlite-dev \
117
120
libevent \
118
121
libzmq \
119
122
su-exec
You can’t perform that action at this time.
0 commit comments