diff options
author | Christian Breunig <christian@breunig.cc> | 2024-04-06 10:52:10 +0200 |
---|---|---|
committer | Christian Breunig <christian@breunig.cc> | 2024-04-06 10:52:38 +0200 |
commit | 4c94162242ff88d51aecc1246e3ad46d34649ede (patch) | |
tree | 967379b56207eb402e9a4bbd888b2070db5d5e4d | |
parent | 2cb55cb9e31a4bfeae2ae08dae303af445dde182 (diff) | |
download | vyos-build-4c94162242ff88d51aecc1246e3ad46d34649ede.tar.gz vyos-build-4c94162242ff88d51aecc1246e3ad46d34649ede.zip |
Debian: T6199: add pylint do list of build dependencies
(cherry picked from commit 0c12b79fd8d13db8e7b9789132a0eb7f5ba27a8d)
-rw-r--r-- | docker/Dockerfile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docker/Dockerfile b/docker/Dockerfile index 99bfcf1d..9ea5e25b 100644 --- a/docker/Dockerfile +++ b/docker/Dockerfile @@ -251,6 +251,7 @@ RUN pip install --break-system-packages \ python3-stdeb \ python3-all \ python3-coverage \ + pylint \ quilt \ whois |