Skip to content

Commit

Permalink
Removing remi repo dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ethan committed Dec 18, 2020
1 parent 4d69dc0 commit c289824
Show file tree
Hide file tree
Showing 10 changed files with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions Workbench/wordpress_server/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit c289824

Please sign in to comment.