From 177faf15c24453fc67bb5bedc6189055e686e2a3 Mon Sep 17 00:00:00 2001
From: rinpatch <rinpatch@sdf.org>
Date: Sat, 22 Jun 2019 08:36:36 +0300
Subject: [PATCH] Correct dependencies for RUM on alpine and remove
 installcheck

---
 docs/installation/releases_en.md | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/docs/installation/releases_en.md b/docs/installation/releases_en.md
index 9c108c4ff..ce46d0d29 100644
--- a/docs/installation/releases_en.md
+++ b/docs/installation/releases_en.md
@@ -49,12 +49,11 @@ apt install postgresql-11-rum
 ```
 Alpine:
 ```sh
-apk add gcc make
+apk add gcc make git postgresql-dev musl-dev
 git clone https://github.com/postgrespro/rum /tmp/rum
 cd /tmp/rum
 make USE_PGXS=1
 make USE_PGXS=1 install
-make USE_PGXS=1 installcheck
 cd
 rm -r /tmp/rum
 ```