upüdated base image
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 2m1s
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 2m1s
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
FROM node:22-bookworm-slim
|
FROM node:lts-bookworm-slim
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
@@ -15,7 +15,8 @@ RUN apt-get update -y && \
|
|||||||
sed \
|
sed \
|
||||||
python3 \
|
python3 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
build-essential
|
build-essential \
|
||||||
|
rm -rf /var/lib/apt/lists/*
|
||||||
|
|
||||||
# Install n8n and the also temporary all the packages
|
# Install n8n and the also temporary all the packages
|
||||||
# it needs to build it correctly.
|
# it needs to build it correctly.
|
||||||
|
|||||||
Reference in New Issue
Block a user