From 328544c2b68bc528505b5d39f2aad2507fcffe9b Mon Sep 17 00:00:00 2001 From: Tobias Lehmann Date: Tue, 3 Feb 2026 11:23:58 +0100 Subject: [PATCH] updated only base image - all other things removed --- Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e0c43c8..543d5fa 100644 --- a/Dockerfile +++ b/Dockerfile @@ -15,8 +15,7 @@ RUN apt-get update -y && \ sed \ python3 \ ca-certificates \ - build-essential \ - rm -rf /var/lib/apt/lists/* + build-essential # Install n8n and the also temporary all the packages # it needs to build it correctly.