From c1fe630684c9b0eac457dee39902993d833eb5c9 Mon Sep 17 00:00:00 2001 From: Nehal J Wani Date: Wed, 5 Jul 2017 14:15:05 +0530 Subject: [PATCH] readme: add wget as dependency along with ca-certs This will make sure that wget is up to date and won't throw openssl related errors like: / # wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk wget: can't execute 'ssl_helper': No such file or directory wget: error getting response: Connection reset by peer --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 32a05fe..228473b 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ See the [releases page](https://github.com/sgerrand/alpine-pkg-glibc/releases) f The current installation method for these packages is to pull them in using `wget` or `curl` and install the local file with `apk`: - apk --no-cache add ca-certificates + apk --no-cache add ca-certificates wget wget -q -O /etc/apk/keys/sgerrand.rsa.pub https://raw.githubusercontent.com/sgerrand/alpine-pkg-glibc/master/sgerrand.rsa.pub wget https://github.com/sgerrand/alpine-pkg-glibc/releases/download/2.25-r0/glibc-2.25-r0.apk apk add glibc-2.25-r0.apk