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 committed Mar 13, 2024
1 parent 67fae7b commit 2b19652
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 0.17/alpine/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ 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 echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/community" >> /etc/apk/repositories
RUN apk --no-cache add autoconf
RUN apk --no-cache add automake
RUN apk --no-cache add boost-dev
Expand Down Expand Up @@ -96,7 +96,7 @@ 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 echo "http://dl-cdn.alpinelinux.org/alpine/v3.14/community" >> /etc/apk/repositories
RUN apk --no-cache add \
boost \
boost-program_options \
Expand Down

0 comments on commit 2b19652

Please sign in to comment.