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 \
|
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.
|
||||||
|
|||||||
Reference in New Issue
Block a user