Skip to content

Commit

Permalink
Update Dockerfile + CI 3.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
jekkos committed Apr 5, 2018
1 parent 3ca871a commit 3663c7e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
7 changes: 3 additions & 4 deletions Dockerfile
@@ -1,13 +1,12 @@
FROM php:7.0.15-apache
FROM php:7.0.29-apache
MAINTAINER jekkos
RUN apt-get update && DEBIAN_FRONTEND=noninteractive apt-get install -y \
php5-apcu \
libicu-dev \
libgd-dev \
libmcrypt-dev
openssl

RUN a2enmod rewrite
RUN docker-php-ext-install mysqli bcmath intl gd mbstring mcrypt
RUN docker-php-ext-install mysqli bcmath intl gd
RUN echo "date.timezone = \"\${PHP_TIMEZONE}\"" > /usr/local/etc/php/conf.d/timezone.ini
RUN echo -e “$(hostname -i)\t$(hostname) $(hostname).localhost” >> /etc/hosts

Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 3663c7e

Please sign in to comment.