diff --git a/Dockerfile b/Dockerfile index 9e0624e..fc61d1b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -17,9 +17,9 @@ RUN apt-get update \ 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 +COPY ctzcls-cups_1.1.0-2_amd64.deb /tmp/ +RUN chmod a+x /tmp/ctzcls-cups_1.1.0-2_amd64.deb \ + && dpkg -i /tmp/ctzcls-cups_1.1.0-2_amd64.deb # Printnatura diff --git a/ctzcls-cups_1.1.0-0_amd64.deb b/ctzcls-cups_1.1.0-0_amd64.deb deleted file mode 100644 index fd6c68d..0000000 Binary files a/ctzcls-cups_1.1.0-0_amd64.deb and /dev/null differ diff --git a/ctzcls-cups_1.1.0-2_amd64.deb b/ctzcls-cups_1.1.0-2_amd64.deb new file mode 100644 index 0000000..70d726e Binary files /dev/null and b/ctzcls-cups_1.1.0-2_amd64.deb differ