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.