Update Dockerfile
Install busybox-extras for web interface support
This commit is contained in:
@@ -3,6 +3,8 @@ FROM alpine:3.20
|
|||||||
LABEL org.opencontainers.image.title="Munin-bitcoin"
|
LABEL org.opencontainers.image.title="Munin-bitcoin"
|
||||||
LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS"
|
LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS"
|
||||||
|
|
||||||
|
RUN apk add --no-cache busybox-extras
|
||||||
|
|
||||||
WORKDIR /app
|
WORKDIR /app
|
||||||
|
|
||||||
COPY app.sh /app/app.sh
|
COPY app.sh /app/app.sh
|
||||||
|
|||||||
Reference in New Issue
Block a user