Dockerfile: Add python3-requests

python3-requests is needed for some CI scripts hosted outside of this
repo. Add it to Dockerfile explicitly.

Fixes: 6a1fa7adb8 ("iop: Do not install recommended packages")
Signed-off-by: Andreas Gnau <andreas.gnau@iopsys.eu>
This commit is contained in:
Andreas Gnau
2025-11-26 21:28:17 +01:00
parent 6a1fa7adb8
commit 749cc55d0b

View File

@@ -28,6 +28,7 @@ RUN dpkg --add-architecture i386 && \
ca-certificates \ ca-certificates \
gnupg \ gnupg \
python3-mako \ python3-mako \
python3-requests \
python3-yaml && \ python3-yaml && \
rm -rf /var/lib/apt/lists/* rm -rf /var/lib/apt/lists/*