diff --git a/0.21/alpine/Dockerfile b/0.21/alpine/Dockerfile index 713bf06..36e975d 100644 --- a/0.21/alpine/Dockerfile +++ b/0.21/alpine/Dockerfile @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev RUN apk --no-cache add libressl RUN apk --no-cache add libtool RUN apk --no-cache add linux-headers +RUN apk --no-cache add sqlite-dev RUN apk --no-cache add zeromq-dev RUN set -ex \ && for key in \ @@ -75,6 +76,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl --with-gui=no \ --with-utils \ --with-libs \ + --with-sqlite=yes \ --with-daemon RUN make -j4 RUN make install @@ -97,6 +99,7 @@ RUN apk --no-cache add \ boost-filesystem \ boost-system \ boost-thread \ + sqlite-dev \ libevent \ libzmq \ su-exec diff --git a/22/alpine/Dockerfile b/22/alpine/Dockerfile index 8d351b0..8b9a9b4 100644 --- a/22/alpine/Dockerfile +++ b/22/alpine/Dockerfile @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev RUN apk --no-cache add libressl RUN apk --no-cache add libtool RUN apk --no-cache add linux-headers +RUN apk --no-cache add sqlite-dev RUN apk --no-cache add zeromq-dev RUN set -ex \ && for key in \ @@ -88,6 +89,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl --with-gui=no \ --with-utils \ --with-libs \ + --with-sqlite=yes \ --with-daemon RUN make -j4 RUN make install @@ -112,6 +114,7 @@ RUN apk --no-cache add \ boost-thread \ libevent \ libzmq \ + sqlite-dev \ su-exec ENV BITCOIN_DATA=/home/bitcoin/.bitcoin diff --git a/23/alpine/Dockerfile b/23/alpine/Dockerfile index 4f19f4c..7179ae2 100644 --- a/23/alpine/Dockerfile +++ b/23/alpine/Dockerfile @@ -39,6 +39,7 @@ RUN apk --no-cache add libevent-dev RUN apk --no-cache add libressl RUN apk --no-cache add libtool RUN apk --no-cache add linux-headers +RUN apk --no-cache add sqlite-dev RUN apk --no-cache add zeromq-dev RUN set -ex \ && for key in \ @@ -92,6 +93,7 @@ RUN ./configure LDFLAGS=-L`ls -d /opt/db*`/lib/ CPPFLAGS=-I`ls -d /opt/db*`/incl --with-gui=no \ --with-utils \ --with-libs \ + --with-sqlite=yes \ --with-daemon RUN make -j4 RUN make install @@ -114,6 +116,7 @@ RUN apk --no-cache add \ boost-filesystem \ boost-system \ boost-thread \ + sqlite-dev \ libevent \ libzmq \ su-exec