From 2cea9840256b34350a44792873599cb815ad66a4 Mon Sep 17 00:00:00 2001 From: Thomas Date: Wed, 28 Dec 2022 00:03:14 +0100 Subject: [PATCH] Added missing COPY in arm build --- Dockerfile.armhf | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile.armhf b/Dockerfile.armhf index 39525c3..0ce18fc 100644 --- a/Dockerfile.armhf +++ b/Dockerfile.armhf @@ -347,6 +347,7 @@ RUN \ # copy local files and buildstage artifacts COPY --from=buildstage /tmp/docker-tvheadend/root/ / +COPY --from=buildstage /tmp/libdvbcsa-build/usr/ /usr/ COPY --from=buildstage /tmp/argtable-build/usr/ /usr/ COPY --from=buildstage /tmp/comskip-build/usr/ /usr/ COPY --from=buildstage /tmp/tvheadend-build/usr/ /usr/