First commit
This commit is contained in:
parent
f1ce34be38
commit
ec54c941a4
@ -34,6 +34,7 @@ RUN apt-get update \
|
||||
hpijs-ppds \
|
||||
hp-ppd \
|
||||
hplip \
|
||||
wget \
|
||||
&& apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/*
|
||||
|
||||
|
@ -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 "$@"
|
||||
|
Loading…
x
Reference in New Issue
Block a user