From cfa4f7d45c0dc4c098bb6e4a665720ee373af830 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Borntr=C3=A4ger?= Date: Thu, 30 May 2019 10:02:32 +0200 Subject: [PATCH] Docs: Alpine now provides vips package via community repo (#1730) --- docs/install.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/install.md b/docs/install.md index cea4e07c..296b47bc 100644 --- a/docs/install.md +++ b/docs/install.md @@ -73,7 +73,7 @@ libvips is available in the ```sh apk add vips-dev fftw-dev build-base --update-cache \ - --repository https://alpine.global.ssl.fastly.net/alpine/edge/testing/ \ + --repository https://alpine.global.ssl.fastly.net/alpine/edge/community/ \ --repository https://alpine.global.ssl.fastly.net/alpine/edge/main ```