diff --git a/Dockerfile b/Dockerfile index 16892c2..9b1da11 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,7 +7,7 @@ RUN apt-get update && \ python3-setuptools python3.13 python3.13-venv && \ apt -y install gdebi && \ curl -O https://www.princexml.com/download/prince_20251030-1_debian13_amd64.deb && \ - gdebi --n ./prince_16.1-1_ubuntu24.04_amd64.deb && \ + gdebi --n ./prince_20251030-1_debian13_amd64.deb && \ apt-get clean && \ rm -rf /var/lib/apt/lists/* /var/cache/apt/archives/*