diff --git a/Dockerfile b/Dockerfile index 47f13fd..d10958a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,7 +4,7 @@ RUN apt update && apt install -y git libusb-dev libavahi-client-dev libavahi-com RUN git clone https://github.com/OpenPrinting/ipp-usb.git -RUN make +RUN cd ipp-usb && make FROM scratch