docker: fix guardiand build action

This commit is contained in:
Evan Gray 2022-10-12 22:31:03 -04:00 committed by Evan Gray
parent ab9252efab
commit 4e40a05e58
1 changed files with 0 additions and 1 deletions

View File

@ -34,7 +34,6 @@ FROM scratch as export
COPY --from=build /bin/* /bin/
COPY --from=build /lib/* /lib/
COPY --from=build /lib64/* /lib64/
COPY --from=build /usr/lib/libwasmvm.so /usr/lib/
# finally copy the guardian executable
COPY --from=build /guardiand .