This commit is contained in:
rainer
2023-12-18 10:43:21 +01:00
parent f90865eaa3
commit 107facb4c2

View File

@@ -6,8 +6,10 @@ ARG BROTHER_HLL3230CDW_DRIVER=/tmp/hll3230cdwpdrv-1.0.2-0.i386.deb
ADD drivers/hll3230cdwpdrv-1.0.2-0.i386.deb $BROTHER_HLL3230CDW_DRIVER ADD drivers/hll3230cdwpdrv-1.0.2-0.i386.deb $BROTHER_HLL3230CDW_DRIVER
RUN apt-get update \ RUN apt-get update \
&& apt-get install -y lib32stdc++6 \ && apt-get install -y \
&& apt-get install -y printer-driver-cups-pdf lib32stdc++6 \
printer-driver-cups-pdf \
iputils-ping
RUN dpkg --add-architecture i386 \ RUN dpkg --add-architecture i386 \
&& dpkg -i $BROTHER_HLL3230CDW_DRIVER && dpkg -i $BROTHER_HLL3230CDW_DRIVER