Remove service user
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m50s

This commit is contained in:
Marc Boehm
2025-05-20 17:13:42 +02:00
parent 766b64bd19
commit 6b122759c4

View File

@@ -13,11 +13,10 @@ RUN apt-get update -y && \
sed \ sed \
python3 \ python3 \
ca-certificates \ ca-certificates \
build-essential && \ build-essential
useradd -r -U -c "captica Service User" -m captica
# Set a custom user to not have n8n run as root # Set a custom user to not have n8n run as root
USER captica USER root
# 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.