From 4e40a05e58b7b6d06ee415fb8808741189337804 Mon Sep 17 00:00:00 2001 From: Evan Gray Date: Wed, 12 Oct 2022 22:31:03 -0400 Subject: [PATCH] docker: fix guardiand build action --- Dockerfile.node | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile.node b/Dockerfile.node index 15fd3fde4..1814c2be4 100644 --- a/Dockerfile.node +++ b/Dockerfile.node @@ -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 .