Skip to content

Commit

Permalink
Merge pull request #52 from nehaljwani/patch-1
Browse files Browse the repository at this point in the history
Update README.md
  • Loading branch information
sgerrand committed Oct 10, 2017
2 parents f65a999 + c1fe630 commit fa0b8e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fa0b8e2

Please sign in to comment.