diff --git a/Dockerfile b/Dockerfile index 71468006f2d..b5ac228f5a9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -88,7 +88,8 @@ RUN apt-get update && apt-get install --no-install-recommends -y \ python3-distutils \ python3-mako \ python3-pip \ - python3-virtualenv + python3-virtualenv \ + python3-yaml # Clean-up apt db RUN apt-get clean && \