diff --git a/Dockerfile b/Dockerfile index 7d70af9..3cc5689 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \ espeak-ng \ git \ libsndfile1 \ + curl \ && apt-get clean \ && rm -rf /var/lib/apt/lists/*