260307:1718 20260307:1700 fix n8n workflow project_id, issued_date and received_date
Build and Deploy / deploy (push) Successful in 55s
Build and Deploy / deploy (push) Successful in 55s
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user