[blogs-web/oscp] Clean up unneeded RUN calls
- From: Andrea Veri <averi src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [blogs-web/oscp] Clean up unneeded RUN calls
- Date: Sun, 11 Nov 2018 12:13:39 +0000 (UTC)
commit 26244324d0875b89762d9714fcd2c1a49cac5e1a
Author: Andrea Veri <averi redhat com>
Date: Sun Nov 11 13:13:28 2018 +0100
Clean up unneeded RUN calls
Dockerfile | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/Dockerfile b/Dockerfile
index bf57c0d..cb31812 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -2,11 +2,10 @@ FROM centos/httpd-24-centos7
USER root
-RUN yum install -y epel-release && yum update -y
+RUN yum update -y
RUN yum install rh-php71-php rh-php71-php-cli rh-php71-php-common rh-php71-php-curl rh-php71-php-gd
rh-php71-php-intl rh-php71-php-json rh-php71-php-mbstring rh-php71-php-mcrypt rh-php71-php-mysqlnd
rh-php71-php-opcache rh-php71-php-readline rh-php71-php-soap rh-php71-php-xml rh-php71-php-xmlrpc
rh-php71-php-zip -y
RUN mkdir -p /srv/http/blogs.gnome.org/html
-RUN chown 1001:1001 -R /srv/http/blogs.gnome.org/html
COPY blogs.gnome.org.conf /etc/httpd/conf.d
RUN rm /etc/httpd/conf.d/welcome.conf
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]