🐛 Fix errors with unknown nodeTypes

This commit is contained in:
Jan Oberhauser
2020-01-04 22:51:54 -06:00
parent bf4c8bc3a2
commit 6b2dc25059
3 changed files with 7 additions and 7 deletions

View File

@@ -5,7 +5,7 @@ ARG N8N_VERSION
RUN if [ -z "$N8N_VERSION" ] ; then echo "The N8N_VERSION argument is missing!" ; exit 1; fi
# Update everything and install needed dependencies
RUN apk add --update graphicsmagick tzdata
RUN apk add --update graphicsmagick tzdata git
# # Set a custom user to not have n8n run as root
USER root