Skip to content

Commit

Permalink
Merge pull request #44 from specialtactics/v2
Browse files Browse the repository at this point in the history
Update docker builds for php 7.4
  • Loading branch information
specialtactics authored Jul 9, 2020
2 parents 7d6acad + 10057fc commit 9f1f9a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ DATA_PATH_HOST=./storage/laradock/

### PHP ###########################################

# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM). Accepted values: 7.2, 7.3
# Select a PHP version of the Workspace and PHP-FPM containers (Does not apply to HHVM).
PHP_VERSION=7.4

# Enable Xdebug
Expand Down
1 change: 1 addition & 0 deletions env/docker/php-fpm/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ RUN apt-get update \
curl \
iputils-ping \
vim \
libonig-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Laravel required extensions
Expand Down
1 change: 1 addition & 0 deletions env/docker/workspace/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ RUN apt-get update \
ruby-bundler \
ssh-client \
iputils-ping \
libonig-dev \
&& rm -rf /var/lib/apt/lists/*

# Install Laravel required extensions
Expand Down

0 comments on commit 9f1f9a9

Please sign in to comment.