Use Python:3-slim base image in Dockerfile

Currently reduces image size from 896MB to 126MB.
This commit is contained in:
Chris Mayo 2020-08-31 19:18:26 +01:00
parent 37e4981089
commit 3723a3ac7a

View file

@ -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