Readding PHP dependencies on install
This commit is contained in:
parent
3877aead8c
commit
537ceed683
|
@ -22,7 +22,14 @@ apt-get install -y gstreamer1.0-plugins-base \
|
|||
python3-gi-cairo \
|
||||
python-cairo \
|
||||
pkg-config \
|
||||
libcairo2-dev
|
||||
libcairo2-dev \
|
||||
php7.2-curl \
|
||||
php7.2-gd \
|
||||
php7.2-pgsql \
|
||||
php7.2-apcu \
|
||||
php7.2-bcmath \
|
||||
php7.2-mbstring \
|
||||
php7.2-pear
|
||||
|
||||
# Making directory; not sure why...
|
||||
mkdir -p /tmp/log/libretime
|
Loading…
Reference in New Issue