Skip to content

Commit

Permalink
Fix bug with php version
Browse files Browse the repository at this point in the history
  • Loading branch information
wataridori committed Jan 9, 2017
1 parent cc57f0b commit d409452
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ RUN apt-get update && apt-get install -y --force-yes \
php7.1-gd \
php7.1-fpm \
php7.1-xdebug \
php-dev \
php7.1-dev \
libcurl4-openssl-dev \
libedit-dev \
libssl-dev \
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Workspace for running Laravel project

- Based on the latest official `ubuntu:16.04` image
- PHP 7.0 and other necessary tools installed
- PHP 7.1 and other necessary tools installed
- Configuration for laravel project included
- This is a part of **[Laravel Microservices](https://github.com/FramgiaDockerTeam/laravel-microservices)** project

0 comments on commit d409452

Please sign in to comment.