Commit be82666d564c8195b99fe3aa546816fd9d764444

Authored by Antoine Goutenoir
1 parent 773269c6
Exists in master

config: add cython to the docker image

Showing 1 changed file with 1 additions and 0 deletions   Show diff stats
Dockerfile
1 1 FROM tiangolo/uwsgi-nginx-flask:python3.8
2 2 ADD . /app
3 3 WORKDIR /app
  4 +RUN apt-get install cython
4 5 RUN pip install -r requirements.txt
5 6 ENV FLASK_APP "flaskr"
6 7 ENV FLASK_ENV "production"
... ...