Update Dockerfile

Install busybox-extras for web interface support
This commit is contained in:
2026-08-06 05:14:42 +00:00
parent f43960d983
commit cd5094d06b
+2
View File
@@ -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