Amazon web services – Docker build – failed to fetch anonymous token – proxyconnect tcp
I'm trying to build an image from an AWS Lambda python base image via a VPN, as I'm behind the GFW. I run the build command: docker build --progress=plain --platform="linux/x86_64" --no-cache -t projects/my-project . -f projects/my-project/Dockerfile But I get the…