diff --git a/Workbench/wordpress_server/Dockerfile b/Workbench/wordpress_server/Dockerfile index 652235d..6ff464a 100644 --- a/Workbench/wordpress_server/Dockerfile +++ b/Workbench/wordpress_server/Dockerfile @@ -3,21 +3,23 @@ FROM tier/shibboleth_sp:latest VOLUME /var/www/html RUN mkdir /opt/tier/.wp-cli +RUN mkdir /tmp/rpm #COPY container_files/wordpress/000-default.conf /etc/apache2/sites-available/ COPY container_files/wordpress/sed.sh /root COPY container_files/wordpress/wp /root COPY container_files/wordpress/config.yml /root/.wp-cli COPY container_files/wordpress/wp-cli.yml /var/www/html COPY container_files/shibboleth/* /etc/shibboleth/ - +COPY container_files/rpm/* /tmp/rpm/ COPY container_files/system/setservername.sh /usr/local/bin/ RUN chmod +x /root/wp RUN yum update -y -RUN yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm \ - && yum install yum-utils \ - && yum-config-manager --enable remi-php72 \ - && yum install -y php php-gd mariadb wget php-mysql postfix nc +#RUN yum install -y http://rpms.remirepo.net/enterprise/remi-release-7.rpm \ +# && yum install yum-utils \ +# && yum-config-manager --enable remi-php72 \ +RUN yum install -y /tmp/rpm/* +RUN yum install -y mariadb wget postfix nc RUN echo 'date.timezone="UTC"' >> /etc/php.ini RUN cat /etc/resolv.conf diff --git a/Workbench/wordpress_server/container_files/rpm/gd-last-2.3.0-2.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/gd-last-2.3.0-2.el7.remi.x86_64.rpm new file mode 100644 index 0000000..71c4c99 Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/gd-last-2.3.0-2.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/libwebp7-1.0.3-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/libwebp7-1.0.3-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..b22ebae Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/libwebp7-1.0.3-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..d6af84d Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-cli-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-cli-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..48ad4c5 Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-cli-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-common-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-common-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..1bbcb90 Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-common-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-gd-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-gd-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..c7194b0 Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-gd-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-json-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-json-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..c6a393e Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-json-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-mysqlnd-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-mysqlnd-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..7d60b80 Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-mysqlnd-7.2.34-1.el7.remi.x86_64.rpm differ diff --git a/Workbench/wordpress_server/container_files/rpm/php-pdo-7.2.34-1.el7.remi.x86_64.rpm b/Workbench/wordpress_server/container_files/rpm/php-pdo-7.2.34-1.el7.remi.x86_64.rpm new file mode 100644 index 0000000..d2242ae Binary files /dev/null and b/Workbench/wordpress_server/container_files/rpm/php-pdo-7.2.34-1.el7.remi.x86_64.rpm differ