Add pciutils for better hardware detection.

This commit is contained in:
SergeantPanda 2025-05-09 20:06:28 -05:00
parent 2ddc6beb15
commit 23b678bb03
2 changed files with 24 additions and 3 deletions

View file

@ -14,7 +14,7 @@ RUN apt-get update && apt-get install --no-install-recommends -y \
python3.13 python3.13-dev python3.13-venv \
python-is-python3 python3-pip \
libpcre3 libpcre3-dev libpq-dev procps \
build-essential gcc \
build-essential gcc pciutils \
nginx streamlink \
&& apt-get clean && rm -rf /var/lib/apt/lists/*