From ca5ff4698958e0180b5a6aac61de0e5dce397c12 Mon Sep 17 00:00:00 2001 From: Michael <30936296+mtan93@users.noreply.github.com> Date: Sun, 26 Nov 2023 14:04:28 +0000 Subject: [PATCH] Update Dockerfile --- cups/Dockerfile | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/cups/Dockerfile b/cups/Dockerfile index a0e7f07..a7c0042 100644 --- a/cups/Dockerfile +++ b/cups/Dockerfile @@ -28,8 +28,11 @@ RUN apt-get update \ bash-completion \ procps \ whois \ + curl \ && apt-get clean -y \ - && rm -rf /var/lib/apt/lists/* + && rm -rf /var/lib/apt/lists/* \ + && curl -o ~/driver.deb https://download.brother.com/welcome/dlf005461/dcp135ccupswrapper-1.0.1-1.i386.deb \ + && dpkg -i ~/driver.deb COPY rootfs /