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

This commit is contained in:
Martyn 2024-03-08 15:13:36 +00:00
parent bbb5ffe952
commit 28062ad5cd
1 changed files with 1 additions and 1 deletions

View File

@ -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