[foundation-web/oscp] PHP 5.5 SCL was removed, try with 7.1 and see if it'll break?
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web/oscp] PHP 5.5 SCL was removed, try with 7.1 and see if it'll break?
- Date: Wed, 13 May 2020 17:02:22 +0000 (UTC)
commit 2d85bc115cdd2ba013ff628b6a6e0879156d420c
Author: Andrea Veri <averi redhat com>
Date: Wed May 13 19:00:31 2020 +0200
PHP 5.5 SCL was removed, try with 7.1 and see if it'll break?
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index 52392cd..c1f9070 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -8,7 +8,7 @@ ENV SITE_ROOT=/opt/app-root/src \
COPY app_data ${SITE_ROOT}
RUN mkdir ${SITE_ROOT}/html ${SITE_ROOT}/src && \
yum install git automake -y && \
- yum install php55 php55-php php55-php-cli php55-php-common php55-php-mysqlnd -y && \
+ yum install rh-php71-php rh-php71-php-cli rh-php71-php-common rh-php71-php-mysqlnd -y && \
git clone ${REPO} ${SITE_ROOT}/src && \
cd ${SITE_ROOT}/src && \
./autogen.sh --prefix=${SITE_ROOT}/html && make && make install && \
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]