diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile index ca6b3a091793ce..258ee6c4fb20bf 100644 --- a/integrations/docker/images/chip-build/Dockerfile +++ b/integrations/docker/images/chip-build/Dockerfile @@ -86,7 +86,7 @@ RUN set -x \ && : # last line RUN set -x \ - && pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click \ + && pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas \ && : # last line # build and install gn diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index 50c76ef872e534..69626fb9299734 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.10 +0.5.11