mirror of
https://dev.iopsys.eu/iopsys/iopsyswrt.git
synced 2025-12-20 00:52:33 +08:00
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:
@@ -28,6 +28,7 @@ RUN dpkg --add-architecture i386 && \
|
||||
ca-certificates \
|
||||
gnupg \
|
||||
python3-mako \
|
||||
python3-requests \
|
||||
python3-yaml && \
|
||||
rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
||||
Reference in New Issue
Block a user