Remove service user
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m50s
All checks were successful
Build Pipeline for de.captica.n8n / Publish Docker (push) Successful in 2m50s
This commit is contained in:
@@ -13,11 +13,10 @@ RUN apt-get update -y && \
|
||||
sed \
|
||||
python3 \
|
||||
ca-certificates \
|
||||
build-essential && \
|
||||
useradd -r -U -c "captica Service User" -m captica
|
||||
build-essential
|
||||
|
||||
# Set a custom user to not have n8n run as root
|
||||
USER captica
|
||||
USER root
|
||||
|
||||
# Install n8n and the also temporary all the packages
|
||||
# it needs to build it correctly.
|
||||
|
||||
Reference in New Issue
Block a user