diff --git a/Dockerfile b/Dockerfile index d10958a..3fe96f1 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM golang:bookworm AS builder -RUN apt update && apt install -y git libusb-dev libavahi-client-dev libavahi-common-dev build-essential gcc +RUN apt update && apt install -y git libusb-dev libavahi-client-dev libavahi-common-dev build-essential gcc libusb libavahi-client libavahi-common RUN git clone https://github.com/OpenPrinting/ipp-usb.git