Skip to content

Commit bcf3fb5

Browse files
authored
Remove libncurses6 from Alpine Dockerfile
:(
1 parent 4c8d4ad commit bcf3fb5

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

init/docker/Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ FROM alpine
4141
# Copy the binary.
4242
COPY --from=builder /tmp/notifiarr /
4343
# Other tools. (iostat is the wrong version on Alpine.)
44-
RUN apk add ipmitool smartmontools zfs sysstat libncurses6 && \
44+
RUN apk add ipmitool smartmontools zfs sysstat && \
4545
rm -f /bin/iostat
4646
# Defaults.
4747
ENV TZ=UTC

0 commit comments

Comments
 (0)