Skip to content

Commit 5781c6b

Browse files
Update Dockerfile with missing packages
Signed-off-by: Archana <[email protected]>
1 parent 7c428b5 commit 5781c6b

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tests/docker/bionic/Dockerfile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,11 @@ RUN apt-get update \
6060
pkg-config \
6161
&& rm -rf /var/lib/apt/lists/*
6262

63+
# The following packages are required for validating Python files.
64+
# The version of Pylint is set to 2.4.4 to match CI.
65+
RUN python3 -m pip install \
66+
packaging mypy pylint==2.4.4
67+
6368
# Jinja2 and jsonschema is required for driver dispatch code generation.
6469
RUN python3 -m pip install \
6570
jinja2==2.10.1 types-jinja2 \

0 commit comments

Comments
 (0)