diff --git a/sonic-slave-buster/Dockerfile.j2 b/sonic-slave-buster/Dockerfile.j2 index 0de9696a20..26108e9b4c 100644 --- a/sonic-slave-buster/Dockerfile.j2 +++ b/sonic-slave-buster/Dockerfile.j2 @@ -494,6 +494,9 @@ ENV PATH /usr/share/depot_tools:$PATH RUN pip3 install parameterized==0.8.1 RUN pip3 install pyfakefs +# Install dependencies for sonic-utilities.response.typing-extensions +RUN pip3 install typing-extensions==4.7.1 + # Install docker engine 17.03.2~ce-0 inside docker and enable experimental feature RUN apt-get update RUN apt-get install -y \