Added ca-tools to be able to configure certs from /etc/ssl/certs

This commit is contained in:
Sebastian 2019-10-28 09:43:27 +01:00 committed by GitHub
parent 83f3363846
commit 0e005675cc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,7 +12,7 @@ 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.
RUN apk --update add --virtual build-dependencies python build-base && \ RUN apk --update add --virtual build-dependencies python build-base ca-certificates && \
npm_config_user=root npm install -g n8n@${N8N_VERSION} && \ npm_config_user=root npm install -g n8n@${N8N_VERSION} && \
apk del build-dependencies apk del build-dependencies