fix: add iproute2

This commit is contained in:
th33xitus 2022-02-15 19:48:08 +01:00
parent 418ae4fce4
commit c67c4253f7
1 changed files with 4 additions and 1 deletions

View File

@ -1,6 +1,8 @@
FROM python:3.10-slim-bullseye AS base
RUN apt-get update && apt-get install -y --no-install-recommends \
RUN apt-get update && apt-get install -y \
--no-install-recommends \
--no-install-suggests \
### non specific packages
git \
sudo \
@ -15,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
gcc-avr \
### moonraker
curl \
iproute2 \
libcurl4-openssl-dev \
libjpeg-dev \
liblmdb-dev \