First commit

This commit is contained in:
Sthope 2022-07-10 18:17:25 +02:00
parent f1ce34be38
commit ec54c941a4
2 changed files with 5 additions and 0 deletions

View File

@ -34,6 +34,7 @@ RUN apt-get update \
hpijs-ppds \
hp-ppd \
hplip \
wget \
&& apt-get clean \
&& rm -rf /var/lib/apt/lists/*

View File

@ -6,4 +6,8 @@ if [ ! -f /etc/cups/cupsd.conf ]; then
cp -rpn /etc/cups-skel/* /etc/cups/
fi
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
exec "$@"