From cd5094d06b3949d581226646ac881830379579b4 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 05:14:42 +0000 Subject: [PATCH] Update Dockerfile Install busybox-extras for web interface support --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 13d3753..71d88f2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,8 @@ FROM alpine:3.20 LABEL org.opencontainers.image.title="Munin-bitcoin" LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS" +RUN apk add --no-cache busybox-extras + WORKDIR /app COPY app.sh /app/app.sh