[foundation-web/oscp] Missing php55-php
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [foundation-web/oscp] Missing php55-php
- Date: Wed, 8 Jan 2020 15:20:38 +0000 (UTC)
commit a59077d91c77f730f6db5f51ebc46007f661bd66
Author: Andrea Veri <averi redhat com>
Date: Wed Jan 8 16:20:52 2020 +0100
Missing php55-php
Dockerfile | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/Dockerfile b/Dockerfile
index a51b858..52392cd 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-cli php55-php-common php55-php-mysqlnd -y && \
+ yum install php55 php55-php php55-php-cli php55-php-common php55-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]