Remove home create param
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:54:30 +02:00
parent 4c1c01ed5d
commit 90294e2aa3

View File

@@ -6,7 +6,7 @@ FROM node:22-slim
RUN apt-get update -y && \
apt-get upgrade -y && \
apt-get install -y -q graphicsmagick tzdata python3 ca-certificates build-essential && \
useradd -r -U -M -c "captica Service User" -m captica
useradd -r -U -M -c "captica Service User" captica
# # Set a custom user to not have n8n run as root
USER captica