From 537ceed683c8fd6ee8acc13f45bcbf34c43acaed Mon Sep 17 00:00:00 2001 From: Zachary Klosko Date: Wed, 16 Dec 2020 15:08:14 -0500 Subject: [PATCH] Readding PHP dependencies on install --- .github/scripts/install-bionic.sh | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/scripts/install-bionic.sh b/.github/scripts/install-bionic.sh index ef7416abe..e91c23751 100644 --- a/.github/scripts/install-bionic.sh +++ b/.github/scripts/install-bionic.sh @@ -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 \ No newline at end of file