Skip to content

Commit

Permalink
Merge pull request #77 from internet2/remove-remi-dependency
Browse files Browse the repository at this point in the history
Removing remi repo dependency
  • Loading branch information
pcaskey authored Dec 18, 2020
2 parents 4948cdd + c289824 commit e58c1cb
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 e58c1cb

Please sign in to comment.