From 026d3048c35e38f7eb640044fdaafd5b962f2514 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Tue, 12 May 2020 22:17:33 +0100 Subject: [PATCH] Use slim version of docker container This massively reduces the size of the final container (330mb -> 60mb) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 1eee37f..f39facd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3.8 +FROM python:3.8-slim WORKDIR /usr/src/app