Skip to content

Commit

Permalink
Fix libb2-dev installation on 0.17/alpine
Browse files Browse the repository at this point in the history
  • Loading branch information
fabiobaiao authored and pedrobranco committed Mar 26, 2024
1 parent dd3bccc commit 8291b72
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 0.17/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@ FROM alpine:3.9 as bitcoin-gold

COPY --from=berkeleydb /opt /opt

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --no-cache add autoconf
RUN apk --no-cache add automake
RUN apk --no-cache add boost-dev
Expand All @@ -42,7 +41,10 @@ RUN apk --no-cache add libtool
RUN apk --no-cache add linux-headers
RUN apk --no-cache add protobuf-dev
RUN apk --no-cache add zeromq-dev

RUN echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/community" >> /etc/apk/repositories
RUN apk --no-cache add libb2-dev

RUN set -ex \
&& for key in \
38EE12EB597B4FC0 \
Expand Down Expand Up @@ -96,15 +98,13 @@ LABEL maintainer.0="João Fonseca (@joaopaulofonseca)" \

RUN adduser -S bitcoingold

RUN echo "http://dl-cdn.alpinelinux.org/alpine/edge/testing" >> /etc/apk/repositories
RUN apk --no-cache add \
boost \
boost-program_options \
curl \
libevent \
libressl \
libzmq \
libb2-dev \
su-exec

ENV BITCOIN_GOLD_DATA=/home/bitcoingold/.bitcoingold
Expand Down

0 comments on commit 8291b72

Please sign in to comment.