diff --git a/Dockerfile b/Dockerfile index 55a5e310..3c0fbc7a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -81,6 +81,7 @@ RUN apt-get update && \ espeak \ python3-pip \ python-is-python3 \ + llvm \ python3-dev \ python3-venv && \ apt-get clean && \