Update Dockerfile
/ test (push) Failing after 1m34s
Details
/ test (push) Failing after 1m34s
Details
This commit is contained in:
parent
f7792d6e00
commit
bbb5ffe952
|
@ -1,6 +1,6 @@
|
||||||
FROM golang:bookworm AS builder
|
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
|
RUN git clone https://github.com/OpenPrinting/ipp-usb.git
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue