refactor: feat #7295 Added old driver
gitea/printnatura/pipeline/pr-master This commit looks good
Details
gitea/printnatura/pipeline/pr-master This commit looks good
Details
This commit is contained in:
parent
39961d2f46
commit
a482c2b931
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue