Browse Source

docker: fix guardiand build action

Evan Gray 3 years ago
parent
commit
4e40a05e58
1 changed files with 0 additions and 1 deletions
  1. 0 1
      Dockerfile.node

+ 0 - 1
Dockerfile.node

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