moonraker: add iproute2 to runtime image

fixes https://github.com/mkuf/prind/issues/2
This commit is contained in:
Markus Küffner
2021-12-30 22:30:21 +01:00
parent a97aac42f5
commit 7d52210d25

View File

@@ -26,6 +26,7 @@ RUN apt update \
liblmdb0 \
libsodium-dev \
zlib1g-dev \
iproute2 \
&& apt clean
WORKDIR /opt