diff --git a/Dockerfile b/Dockerfile index 71d88f2..614695d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ 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 +RUN apk add --no-cache nginx WORKDIR /app