Add missing deps
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 45s
Some checks failed
Build Pipeline for de.captica.n8n / Publish Docker (push) Failing after 45s
This commit is contained in:
10
Dockerfile
10
Dockerfile
@@ -5,7 +5,15 @@ FROM node:22-slim
|
|||||||
# Update everything and install needed dependencies
|
# Update everything and install needed dependencies
|
||||||
RUN apt-get update -y && \
|
RUN apt-get update -y && \
|
||||||
apt-get upgrade -y && \
|
apt-get upgrade -y && \
|
||||||
apt-get install -y -q graphicsmagick tzdata python3 ca-certificates build-essential && \
|
apt-get install -y -q \
|
||||||
|
graphicsmagick \
|
||||||
|
tzdata \
|
||||||
|
curl \
|
||||||
|
jq \
|
||||||
|
sed \
|
||||||
|
python3 \
|
||||||
|
ca-certificates \
|
||||||
|
build-essential && \
|
||||||
useradd -r -U -M -c "captica Service User" captica
|
useradd -r -U -M -c "captica Service User" captica
|
||||||
|
|
||||||
# # Set a custom user to not have n8n run as root
|
# # Set a custom user to not have n8n run as root
|
||||||
|
|||||||
Reference in New Issue
Block a user