The first thing i'd check: - make sure you have curl installed on your docker image- make sure you link with the curl library (since you are using dub)
That's on the notes: https://dlang.org/phobos/std_net_curl.html
russhy via Digitalmars-d-learn Thu, 02 Dec 2021 08:00:54 -0800
The first thing i'd check: - make sure you have curl installed on your docker image- make sure you link with the curl library (since you are using dub)
That's on the notes: https://dlang.org/phobos/std_net_curl.html