Skip to content

Commit

Permalink
fix: Copy the whole include
Browse files Browse the repository at this point in the history
  • Loading branch information
wanjohiryan committed Dec 10, 2024
1 parent f65385c commit 102367b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion containers/runner.Containerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/
Expand Down

0 comments on commit 102367b

Please sign in to comment.