I install aztec-nargo from docker, and try to compile token contract from aztec-packages/noir-projects/noir-contracts at aztec-packages-v0.62.0 · AztecProtocol/aztec-packages · GitHub,
But when it try to download g1 data, curl is not found in docker, how can I fix this issue?
Error log:
Generating verification keys for functions in token_contract-Token.json
Generating verification key for function transfer
Finalized circuit size: 28202
Log dyadic circuit size: 15
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function mint_to_private
Finalized circuit size: 57094
Log dyadic circuit size: 16
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function private_get_decimals
Finalized circuit size: 9122
Log dyadic circuit size: 14
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function burn_private
Finalized circuit size: 123592
Log dyadic circuit size: 17
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function transfer_to_public
Finalized circuit size: 127927
Log dyadic circuit size: 17
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function setup_refund
Finalized circuit size: 131516
Log dyadic circuit size: 18
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function transfer_in_private
Finalized circuit size: 128068
Log dyadic circuit size: 17
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function transfer_to_private
Finalized circuit size: 57016
Log dyadic circuit size: 16
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function prepare_private_balance_increase
Finalized circuit size: 56836
Log dyadic circuit size: 16
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function cancel_authwit
Finalized circuit size: 4460
Log dyadic circuit size: 13
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function private_get_symbol
Finalized circuit size: 9015
Log dyadic circuit size: 14
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function _recurse_subtract_balance
Finalized circuit size: 60513
Log dyadic circuit size: 16
sh: 1: curl: not found
Failed to download g1 data.
Generating verification key for function private_get_name
Finalized circuit size: 9015
Log dyadic circuit size: 14
sh: 1: curl: not found
Failed to download g1 data.