Use build-base instead of individual packages
authorrinpatch <rinpatch@sdf.org>
Sun, 23 Jun 2019 05:35:35 +0000 (08:35 +0300)
committerrinpatch <rinpatch@sdf.org>
Sun, 23 Jun 2019 05:35:35 +0000 (08:35 +0300)
docs/installation/otp_en.md

index e9d913604549e749c6dea27be68e287ee2a7f16d..667d3cef76b695d2b033f1331373bdbbdc1c701b 100644 (file)
@@ -51,7 +51,7 @@ apt install postgresql-11-rum
 ```
 Alpine:
 ```sh
-apk add gcc make git postgresql-dev musl-dev
+apk add git build-base postgresql-dev
 git clone https://github.com/postgrespro/rum /tmp/rum
 cd /tmp/rum
 make USE_PGXS=1