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 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'Dockerfile') 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 -- cgit v1.2.3