You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Looks like `deno_core` depends on `rusty_v8` which will try to download
prebuilt a binary v8 archive via some python script, and when that fails
it'll try again with `curl`.
## Motivation
The Python download was failing. Why? No idea. The curl fallback also
failed because curl was not installed.
## Solution
This diff adds `curl` to the list of installed packages for the builder
stage of the `Dockerfile` which allows the `cargo build` layer to
complete successfully.
0 commit comments