refs #7295 Update base docker image to bookworm and godex ppds #12

Merged
guillermo merged 5 commits from 7295-upgrade-cups-version-and-drivers into master 2024-06-05 05:42:16 +00:00
1 changed files with 5 additions and 1 deletions
Showing only changes of commit a482c2b931 - Show all commits

View File

@ -16,7 +16,11 @@ RUN apt-get update \
# Cups
RUN useradd admin && usermod -g lpadmin admin
COPY ctzcls-cups_1.1.0-0_amd64.deb /tmp/
RUN chmod a+x /tmp/ctzcls-cups_1.1.0-0_amd64.deb \
&& dpkg -i /tmp/ctzcls-cups_1.1.0-0_amd64.deb
# Printnatura
WORKDIR /printnatura