Adjust home creation
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 1m22s
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 1m22s
This commit is contained in:
@@ -14,7 +14,10 @@ RUN apt-get update -y && \
|
|||||||
python3 \
|
python3 \
|
||||||
ca-certificates \
|
ca-certificates \
|
||||||
build-essential && \
|
build-essential && \
|
||||||
useradd -r -U -M -c "captica Service User" captica
|
useradd -r -U -c "captica Service User" -m captica
|
||||||
|
|
||||||
|
# Set a custom user to not have n8n run as root
|
||||||
|
USER captica
|
||||||
|
|
||||||
# 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.
|
||||||
@@ -23,9 +26,6 @@ RUN N8N_VERSION=$(curl -s https://api.github.com/repos/n8n-io/n8n/releases/lates
|
|||||||
npm_config_user=root npm install -g ${N8N_VERSION} && \
|
npm_config_user=root npm install -g ${N8N_VERSION} && \
|
||||||
apt-get clean all
|
apt-get clean all
|
||||||
|
|
||||||
# Set a custom user to not have n8n run as root
|
|
||||||
USER captica
|
|
||||||
|
|
||||||
WORKDIR /data
|
WORKDIR /data
|
||||||
|
|
||||||
CMD ["n8n"]
|
CMD ["n8n"]
|
||||||
Reference in New Issue
Block a user