Update Dockerfile
/ test (push) Failing after 2m9s Details

This commit is contained in:
Martyn 2024-03-08 15:02:15 +00:00
parent d70898a690
commit f7792d6e00
1 changed files with 1 additions and 1 deletions

View File

@ -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 git clone https://github.com/OpenPrinting/ipp-usb.git
RUN make RUN cd ipp-usb && make
FROM scratch FROM scratch