Add missing deps
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 45s

This commit is contained in:
Marc Boehm
2025-05-20 16:56:38 +02:00
parent 90294e2aa3
commit a4ce7477f7

View File

@@ -5,7 +5,15 @@ FROM node:22-slim
# Update everything and install needed dependencies
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y -q graphicsmagick tzdata python3 ca-certificates build-essential && \
apt-get install -y -q \
graphicsmagick \
tzdata \
curl \
jq \
sed \
python3 \
ca-certificates \
build-essential && \
useradd -r -U -M -c "captica Service User" captica
# # Set a custom user to not have n8n run as root