- libespeak-dev
-
-COPY requirements/requirements.txt requirements.txt
-
-# numpy -> aeneas
-RUN pip install numpy
-RUN pip install aeneas
-
-RUN pip install --no-cache-dir -r requirements.txt
-RUN pip install --no-cache-dir \
- psycopg2-binary \
- django-debug-toolbar==3.2.2 \
- python-bidi
-
-RUN addgroup --gid $GID app
-RUN adduser --gid $GID --home /app --uid $UID app
-
-RUN apt-get install -y \