diff --git a/hass-n8n/Dockerfile b/hass-n8n/Dockerfile index 1482ba8..06fd0fc 100644 --- a/hass-n8n/Dockerfile +++ b/hass-n8n/Dockerfile @@ -1,7 +1,7 @@ ARG N8N_VERSION=1.11.1 FROM docker.n8n.io/n8nio/n8n:${N8N_VERSION} USER root -RUN apk add --no-cache --update jq bash python git +RUN apk add --no-cache --update jq bash WORKDIR /data COPY docker-entrypoint.sh /tmp/docker-entrypoint.sh ENTRYPOINT ["bash", "/tmp/docker-entrypoint.sh"]