mirror of
https://github.com/logos-storage/nim-libplum.git
synced 2026-07-24 00:03:11 +00:00
Tests: Dockerfile: Replace manual cleanup with apt-get dist-clean.
This commit is contained in:
parent
842bc16b9e
commit
f9bc099121
@ -4,7 +4,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||
cmake make \
|
||||
libc-dev \
|
||||
iproute2 \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
&& apt-get dist-clean
|
||||
|
||||
# Build miniupnpd with stub redirector: no iptables/nftables needed, always
|
||||
# returns success for port mapping requests — safe for isolated test containers.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user