This commit is contained in:
18
Dockerfile
Normal file
18
Dockerfile
Normal file
@@ -0,0 +1,18 @@
|
||||
FROM ydkn/cups:latest
|
||||
|
||||
ARG BROTHER_HLL3230CDW_DRIVER=/tmp/hll3230cdwpdrv-1.0.2-0.i386.deb
|
||||
|
||||
ADD drivers/hll3230cdwpdrv-1.0.2-0.i386.deb $BROTHER_HLL3230CDW_DRIVER
|
||||
|
||||
RUN apt-get update \
|
||||
&& apt-get install -y lib32stdc++6
|
||||
|
||||
RUN dpkg --add-architecture i386 \
|
||||
&& dpkg -i $BROTHER_HLL3230CDW_DRIVER
|
||||
|
||||
RUN apt-get clean \
|
||||
&& rm -rf /var/lib/apt/lists/* \
|
||||
&& rm $BROTHER_HLL3230CDW_DRIVER
|
||||
|
||||
#RUN dpkg -i $BROTHER_HLL3230CDW_DRIVER \
|
||||
# && rm $BROTHER_HLL3230CDW_DRIVER
|
||||
BIN
drivers/hll3230cdwpdrv-1.0.2-0.i386.deb
Normal file
BIN
drivers/hll3230cdwpdrv-1.0.2-0.i386.deb
Normal file
Binary file not shown.
Reference in New Issue
Block a user