wget: bad address 'dotnetcli.azureedge.net' using Alpine dockerfile #2517
Unanswered
danmoseley
asked this question in
Q&A
Replies: 1 comment 1 reply
-
@danmosemsft, I'm not sure. I use this configuration regularly. The only difference is I am using docker 20.10.2. Curious if you are able to execute the wget command from your WSL2 Ubuntu 20.04 environment? Also have you tried building the Alpine Dockerfile from your Windows host? I would expect this to fail since your Docker environment is configured to use the WSL 2 based engine. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm a docker beginner.
Is it something to do with the version of wget or how it is configured? I tried an Alpine 3.11 WSL2 image (no docker involved) and the busybox wget also fails (albeit with a different message) but the standalone wget works:
@MichaelSimons what am I doing wrong?
Beta Was this translation helpful? Give feedback.
All reactions