260307:1718 20260307:1700 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 55s

This commit is contained in:
admin
2026-03-07 17:18:20 +07:00
parent e70fc95fa0
commit d3428f73b5
5 changed files with 55 additions and 10 deletions
@@ -0,0 +1,11 @@
FROM n8nio/n8n:latest-debian
USER root
# Fix Debian 10 Buster EOL package repositories
RUN echo "deb http://archive.debian.org/debian buster main" > /etc/apt/sources.list && \
echo "deb http://archive.debian.org/debian-security buster/updates main" >> /etc/apt/sources.list && \
apt-get update -y && \
apt-get install -y poppler-utils
USER node