refactor: feat #7295 Added old driver
gitea/printnatura/pipeline/pr-master This commit looks good Details

This commit is contained in:
Guillermo Bonet 2024-06-04 14:35:50 +02:00
parent 39961d2f46
commit a482c2b931
1 changed files with 5 additions and 1 deletions

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