Use build-base instead of individual packages
This commit is contained in:
parent
1d3c5e434d
commit
40a62839ff
|
@ -51,7 +51,7 @@ apt install postgresql-11-rum
|
||||||
```
|
```
|
||||||
Alpine:
|
Alpine:
|
||||||
```sh
|
```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
|
git clone https://github.com/postgrespro/rum /tmp/rum
|
||||||
cd /tmp/rum
|
cd /tmp/rum
|
||||||
make USE_PGXS=1
|
make USE_PGXS=1
|
||||||
|
|
Loading…
Reference in New Issue