Add missing packages
This commit is contained in:
parent
a583d8fa1e
commit
d2ffb6d91d
|
@ -84,6 +84,7 @@ yum install -y \
|
||||||
php-bcmath \
|
php-bcmath \
|
||||||
php-mbstring \
|
php-mbstring \
|
||||||
httpd \
|
httpd \
|
||||||
|
fdk-aac \
|
||||||
liquidsoap \
|
liquidsoap \
|
||||||
silan \
|
silan \
|
||||||
icecast \
|
icecast \
|
||||||
|
@ -94,6 +95,7 @@ yum install -y \
|
||||||
|
|
||||||
# for pip ssl install
|
# for pip ssl install
|
||||||
yum install -y \
|
yum install -y \
|
||||||
|
gcc \
|
||||||
python-devel \
|
python-devel \
|
||||||
python-lxml \
|
python-lxml \
|
||||||
openssl-devel
|
openssl-devel
|
||||||
|
|
Loading…
Reference in New Issue