From 4a202c2317658824e22e5ef31640cfa149e0b04b Mon Sep 17 00:00:00 2001 From: Jon Bergli Heier Date: Thu, 29 Oct 2020 19:59:48 +0100 Subject: Update Dockerfile and requirements.txt --- Dockerfile | 3 +-- requirements.txt | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index b8d2f07..a44db8e 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,11 +1,10 @@ -FROM python:3.7 as pyfbin +FROM python:3.8 as pyfbin WORKDIR /app COPY requirements.txt . RUN apt-get update && apt-get install -y --no-install-recommends \ ffmpegthumbnailer \ - imagemagick \ && apt-get clean && rm -rf /var/lib/apt/lists/* \ && pip install --no-cache-dir -r requirements.txt diff --git a/requirements.txt b/requirements.txt index 54220c9..269c5bd 100644 --- a/requirements.txt +++ b/requirements.txt @@ -1,6 +1,7 @@ boto3 cryptography flask +Flask-SQLAlchemy Flask-Login gevent gunicorn @@ -9,4 +10,3 @@ Pillow psycopg2-binary PyJWT requests -sqlalchemy -- cgit v1.2.3