I faced this issue. dockerfile: ``` FROM golang:alpine as builder ... ENV http_proxy "$http_proxy" ENV https_proxy "$https_proxy" ENV HTTP_PROXY "$http_proxy" ENV HTTPS_PROXY "$https_proxy" RUN apk add --update --virtual build-dependencies build-base...
hi, to run the command make it work, `sed -i -e 's/https/http/' /etc/apk/repositories`