Update Dockerfile
/ test (push) Failing after 2m15s
Details
/ test (push) Failing after 2m15s
Details
This commit is contained in:
parent
bbb5ffe952
commit
28062ad5cd
|
@ -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 libusb libavahi-client libavahi-common
|
||||
RUN apt update && apt install -y git libusb-dev libusb-1.0-0-dev libavahi-client-dev libavahi-common-dev build-essential gcc libusb-0.1-4 libavahi-client3 libavahi-common3 libusb-1.0-0
|
||||
|
||||
RUN git clone https://github.com/OpenPrinting/ipp-usb.git
|
||||
|
||||
|
|
Loading…
Reference in New Issue