Merging installer strings
This commit is contained in:
parent
09dc9f53f3
commit
6b55206eff
|
@ -23,17 +23,14 @@ apt-get install -y gstreamer1.0-plugins-base \
|
||||||
python-cairo \
|
python-cairo \
|
||||||
pkg-config \
|
pkg-config \
|
||||||
libcairo2-dev \
|
libcairo2-dev \
|
||||||
postgresql \
|
php7.2 \
|
||||||
postgresql-client
|
|
||||||
|
|
||||||
apt-get install -y php7.2 \
|
|
||||||
php7.2-curl \
|
php7.2-curl \
|
||||||
php7.2-gd \
|
php7.2-gd \
|
||||||
php7.2-pgsql \
|
php7.2-pgsql \
|
||||||
php-apcu \
|
php7.2-apcu \
|
||||||
php-bcmath \
|
php7.2-bcmath \
|
||||||
php-mbstring \
|
php7.2-mbstring \
|
||||||
php-pear
|
php7.2-pear
|
||||||
|
|
||||||
# Making directory; not sure why...
|
# Making directory; not sure why...
|
||||||
mkdir -p /tmp/log/libretime
|
mkdir -p /tmp/log/libretime
|
Loading…
Reference in New Issue