fix(telnet): use busybox-static for telnetd applet, rm stale fifo on restart

This commit is contained in:
2026-04-12 01:39:31 -04:00
parent f8ae9ce2a6
commit 1484d2f625
2 changed files with 2 additions and 1 deletions

View File

@@ -2,7 +2,7 @@ ARG BASE_IMAGE=debian:bookworm-slim
FROM ${BASE_IMAGE}
RUN apt-get update && apt-get install -y --no-install-recommends \
busybox \
busybox-static \
rsyslog \
procps \
net-tools \