Fix typo
Some checks failed
Build and Push Docker Image / build (push) Failing after 9m59s
Build / Build and analyze (push) Successful in 25s

This commit is contained in:
2025-12-19 00:49:14 -05:00
parent bb5f2d2e3e
commit f8a914c627

View File

@@ -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/*