From 8cac88d828868a3dc9e23ec6438c42db4bacbb16 Mon Sep 17 00:00:00 2001 From: Michel Roux Date: Thu, 9 Apr 2020 11:26:07 +0200 Subject: [PATCH] Python base image is way to large :( --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index a12f981..d62feaa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python +FROM python:slim ENV DEBIAN_FRONTEND noninteractive ENV LANG C.UTF-8