Add libcurl4-gnutls-dev to test build dependecy list
This commit is contained in:
@ -22,7 +22,8 @@ then
|
|||||||
libssl-dev mariadb-client php perl \
|
libssl-dev mariadb-client php perl \
|
||||||
coreutils libjansson-dev zlib1g-dev \
|
coreutils libjansson-dev zlib1g-dev \
|
||||||
mariadb-test python python-pip cmake \
|
mariadb-test python python-pip cmake \
|
||||||
libpam0g-dev libsqlite3-dev
|
libpam0g-dev libsqlite3-dev \
|
||||||
|
libcurl4-gnutls-dev
|
||||||
sudo apt-get install -y --force-yes openjdk-8-jdk
|
sudo apt-get install -y --force-yes openjdk-8-jdk
|
||||||
sudo apt-get install -y --force-yes php-mysql
|
sudo apt-get install -y --force-yes php-mysql
|
||||||
if [ $? != 0 ]
|
if [ $? != 0 ]
|
||||||
|
|||||||
Reference in New Issue
Block a user