From a336ea0ffa2aa1c02372bef546c9e99aa8dd8fa3 Mon Sep 17 00:00:00 2001 From: Gabriele De Rosa <4183824+derogab@users.noreply.github.com> Date: Tue, 26 Oct 2021 14:16:43 +0200 Subject: [PATCH] Use slim python base --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d1db82b..f93e831 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM python:3 +FROM python:3-slim # Set working space WORKDIR /usr/src/app