diff --git a/dev-support/docker/Dockerfile b/dev-support/docker/Dockerfile index de2cbc6376e..53aaa861d89 100644 --- a/dev-support/docker/Dockerfile +++ b/dev-support/docker/Dockerfile @@ -167,6 +167,8 @@ RUN apt-get -q update \ # https://github.com/PyCQA/pylint/issues/2294 #### RUN pip2 install \ + astroid==1.6.6 \ + isort==4.3.21 \ configparser==4.0.2 \ pylint==1.9.2 \ isort==4.3.21 diff --git a/dev-support/docker/Dockerfile_aarch64 b/dev-support/docker/Dockerfile_aarch64 index 511a4516112..ab588ed841b 100644 --- a/dev-support/docker/Dockerfile_aarch64 +++ b/dev-support/docker/Dockerfile_aarch64 @@ -175,6 +175,8 @@ RUN apt-get -q update \ # https://github.com/PyCQA/pylint/issues/2294 #### RUN pip2 install \ + astroid==1.6.6 \ + isort==4.3.21 \ configparser==4.0.2 \ pylint==1.9.2