refactor: move xml parser to seperate container with rechnungless

This commit is contained in:
Marcel2508
2024-12-20 21:06:34 +01:00
parent 01c502a0e4
commit 5699b58fae
8 changed files with 121 additions and 86 deletions

View File

@@ -118,9 +118,7 @@ ARG RUNTIME_PACKAGES="\
zlib1g \
# Barcode splitter
libzbar0 \
poppler-utils \
# XRechnung
default-jre"
poppler-utils"
# Install basic runtime packages.
# These change very infrequently
@@ -162,8 +160,6 @@ RUN set -eux \
&& echo "Installing supervisor" \
&& python3 -m pip install --default-timeout=1000 --upgrade --no-cache-dir supervisor==4.2.5
RUN curl -o /usr/local/bin/mustang-cli.jar https://github.com/ZUGFeRD/mustangproject/releases/download/core-2.15.1/Mustang-CLI-2.15.1.jar && chmod +x /usr/local/bin/mustang-cli.jar
# Copy gunicorn config
# Changes very infrequently
WORKDIR /usr/src/paperless/