First commit

This commit is contained in:
Sthope 2022-07-10 17:47:12 +02:00
parent 150380bc6d
commit 1593169e0d

View File

@ -21,14 +21,6 @@ LABEL maintainer="Sthope <hopelessautomations@gmail.com>" \
org.label-schema.vcs-ref=$VCS_REF \
org.label-schema.build-date=$BUILD_DATE
# Install Canon Drivers
# RUN apt-get update && \
# apt-get install -y wget && \
# wget https://gdlp01.c-wss.com/gds/9/0100010919/01/cnijfilter2-6.10-1-deb.tar.gz -O canon.tar.gz && \
# tar -xvf canon.tar.gz && \
# cd cnijfilter2-6.10-1-deb/ && \
# ./install.sh
# Install Packages
RUN apt-get update \
&& apt-get install -y \