diff --git a/Dockerfile b/Dockerfile index 247b6a5..e0c43c8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ -FROM node:22-bookworm-slim +FROM node:lts-bookworm-slim @@ -15,7 +15,8 @@ RUN apt-get update -y && \ sed \ python3 \ ca-certificates \ - build-essential + build-essential \ + rm -rf /var/lib/apt/lists/* # Install n8n and the also temporary all the packages # it needs to build it correctly.