From 102367bca8053b4fd3eb030c0fec5030368b42df Mon Sep 17 00:00:00 2001 From: Wanjohi Date: Tue, 10 Dec 2024 16:37:29 +0300 Subject: [PATCH] fix: Copy the whole include --- containers/runner.Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/containers/runner.Containerfile b/containers/runner.Containerfile index d6e09e3..9433801 100644 --- a/containers/runner.Containerfile +++ b/containers/runner.Containerfile @@ -108,7 +108,7 @@ RUN usermod -aG input root && usermod -aG input ${USER} && \ # nestri COPY --from=gst-builder /artifacts/nestri-server /usr/bin/nestri-server # gstwayland -COPY --from=gstwayland-builder /artifacts/include/libgstwaylanddisplay /usr/include/ +COPY --from=gstwayland-builder /artifacts/include/ /usr/include/ COPY --from=gstwayland-builder /artifacts/lib/*libgstwayland* /usr/lib/ COPY --from=gstwayland-builder /artifacts/lib/gstreamer-1.0/libgstwayland* /usr/lib/gstreamer-1.0/ COPY --from=gstwayland-builder /artifacts/lib/pkgconfig/gstwayland* /usr/lib/pkgconfig/