Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Select an option

  • Save douglasmiranda/3864584fde2ad2d08fad00b5ef847c2c to your computer and use it in GitHub Desktop.

Select an option

Save douglasmiranda/3864584fde2ad2d08fad00b5ef847c2c to your computer and use it in GitHub Desktop.
Error - wget on alpine - error getting response: Connection reset by peer [Fix]
ERROR:
wget https://bootstrap.pypa.io/get-pip.py
Connecting to bootstrap.pypa.io (151.101.56.175:443)
wget: error getting response: Connection reset by peer
FIX:
apk update
apk add ca-certificates
update-ca-certificates
apk add openssl
Source: https://github.com/Yelp/dumb-init/issues/73
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment