Skip to content

Commit

Permalink
explicitly install posix
Browse files Browse the repository at this point in the history
  • Loading branch information
bericp1 committed Jan 3, 2019
1 parent 79c4e53 commit a6c4cba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ and tools installed to be ready to run laravel web servers or workers.
- `pcntl`
- `gd`
- `bcmath`
- `posix`

### `pip` Packages

Expand Down
2 changes: 1 addition & 1 deletion support/install-extensions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ mkdir -p /usr/src/php/ext/redis \

# Install mysql, mysqli, opcache, phpredis, and pcntl
NPROC=$(grep -c ^processor /proc/cpuinfo 2>/dev/null || 1)
docker-php-ext-install "-j${NPROC}" pdo pdo_mysql pdo_pgsql mysqli opcache redis pcntl gd bcmath
docker-php-ext-install "-j${NPROC}" pdo pdo_mysql pdo_pgsql mysqli opcache redis pcntl gd bcmath posix

0 comments on commit a6c4cba

Please sign in to comment.