From 2b196520fabe395e6b0eb6851a7cba39e54bb396 Mon Sep 17 00:00:00 2001 From: fabiobaiao Date: Wed, 13 Mar 2024 17:23:30 +0000 Subject: [PATCH] Fix libb2-dev installation on 0.17/alpine --- 0.17/alpine/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/0.17/alpine/Dockerfile b/0.17/alpine/Dockerfile index 75e2280..8dd569b 100644 --- a/0.17/alpine/Dockerfile +++ b/0.17/alpine/Dockerfile @@ -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 @@ -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 \