From 3723a3ac7aae31f1fc096399b0f3444509a3f967 Mon Sep 17 00:00:00 2001 From: Chris Mayo Date: Mon, 31 Aug 2020 19:18:26 +0100 Subject: [PATCH] Use Python:3-slim base image in Dockerfile Currently reduces image size from 896MB to 126MB. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 27077950..6e3636fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim # needed to allow linkchecker create plugin directory and initial configuration file in "home" dir ENV HOME /tmp