vmware-labs / wasm-workers-server

🚀 Develop and run serverless applications on WebAssembly

Home Page:https://workers.wasmlabs.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

There are some problems building the image

dierbei opened this issue · comments

Describe the bug

I try to use the command buildx build -t wws:0938 -f image/Dockerfile , but I have a problem:

image

So I tried to modify the image to rust:1.66.0-slim and tried to build again. But again I got an error, seems to be missing openssl

image

So I tried to modify the image again and changed it to rust:1.66.0, To my surprise, the build was successful.

Reproduction steps

I tried to run it using the built image, but I encountered a problem and I don't know how to solve it.

image

Expected behavior

run successfully

Additional context

No response

Thank you for this report @dierbei! I have opened #184 to address all the issues.

@dierbei Everything should be fine now, please reopen if any of the mentioned issues persist.