From e500f393f3423fff2dd467b11f4ea14c344da110 Mon Sep 17 00:00:00 2001 From: Antoine Goutenoir Date: Wed, 31 Mar 2021 19:47:50 +0200 Subject: [PATCH] config: add cython3 to the docker image --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d5f21e2..a2bdf31 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM tiangolo/uwsgi-nginx-flask:python3.8 ADD . /app WORKDIR /app -RUN apt-get install cython +RUN apt-get update && apt-get install -y cython3 RUN pip install -r requirements.txt ENV FLASK_APP "flaskr" ENV FLASK_ENV "production" -- libgit2 0.21.2