Commit 085ee7ebc47564e913b116edcf585f54e743e3b7

Authored by Antoine Goutenoir
1 parent e7dbfe0d
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"
... ...