fix: add iproute2
This commit is contained in:
parent
418ae4fce4
commit
c67c4253f7
|
|
@ -1,6 +1,8 @@
|
||||||
FROM python:3.10-slim-bullseye AS base
|
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
|
### non specific packages
|
||||||
git \
|
git \
|
||||||
sudo \
|
sudo \
|
||||||
|
|
@ -15,6 +17,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \
|
||||||
gcc-avr \
|
gcc-avr \
|
||||||
### moonraker
|
### moonraker
|
||||||
curl \
|
curl \
|
||||||
|
iproute2 \
|
||||||
libcurl4-openssl-dev \
|
libcurl4-openssl-dev \
|
||||||
libjpeg-dev \
|
libjpeg-dev \
|
||||||
liblmdb-dev \
|
liblmdb-dev \
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue