Update Dockerfile
/ test (push) Failing after 20s
Details
/ test (push) Failing after 20s
Details
This commit is contained in:
parent
28062ad5cd
commit
472e523b03
|
@ -4,9 +4,10 @@ RUN apt update && apt install -y git libusb-dev libusb-1.0-0-dev libavahi-client
|
||||||
|
|
||||||
RUN git clone https://github.com/OpenPrinting/ipp-usb.git
|
RUN git clone https://github.com/OpenPrinting/ipp-usb.git
|
||||||
|
|
||||||
RUN cd ipp-usb && make
|
RUN cd ipp-usb && make && pwd && ldd ipp-usb
|
||||||
|
|
||||||
|
|
||||||
FROM scratch
|
FROM scratch
|
||||||
COPY --from=builder /root/ipp-usb /
|
RUN mkdir /app
|
||||||
ENTRYPOINT /ipp-usb
|
COPY --from=builder /root/ipp-usb/ipp-usb /app/
|
||||||
|
ENTRYPOINT /app/ipp-usb
|
Loading…
Reference in New Issue