diff --git a/integrations/docker/images/chip-build/Dockerfile b/integrations/docker/images/chip-build/Dockerfile index 258ee6c4fb20bf..f43af7e0825257 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 cxxfilt ghapi pandas \ + && pip3 install attrs coloredlogs PyGithub pygit future portpicker mobly click cxxfilt ghapi pandas tabulate \ && : # last line # build and install gn diff --git a/integrations/docker/images/chip-build/version b/integrations/docker/images/chip-build/version index d029c23971a489..77c277d278b503 100644 --- a/integrations/docker/images/chip-build/version +++ b/integrations/docker/images/chip-build/version @@ -1 +1 @@ -0.5.14 Version bump reason: Added reasons. +0.5.15 Version bump resason: Add python package `tabulate`