Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
brainfood
/
docker-image-recipes
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
88653337
authored
2021-05-06 16:59:27 +0000
by
Adam Heath
Browse Files
Options
Browse Files
Tag
Download
Email Patches
Plain Diff
Add php-curl, and then $PHPFPM_EXTRA_PACKAGES.
1 parent
a8f76ad5
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
php-fpm/files/configure
php-fpm/files/configure
View file @
8865333
...
...
@@ -2,7 +2,7 @@
set
-e
apt-get update
apt-get install -y sudo ssmtp php7.0-fpm php7.0-mysql php7.0-imagick php7.0-ldap php7.0-xml php7.0-mbstring php7.0-mcrypt php7.0-gd php7.0-apc
$PHPFPM_EXTRA_PACKAGES
apt-get install -y sudo ssmtp php7.0-fpm php7.0-mysql php7.0-
curl php7.0-
imagick php7.0-ldap php7.0-xml php7.0-mbstring php7.0-mcrypt php7.0-gd php7.0-apc
$PHPFPM_EXTRA_PACKAGES
rm /etc/php/7.0/fpm/pool.d/www.conf
cp -a /tmp/files/app-defaults.conf /etc/php/7.0/fpm
...
...
Please
register
or
sign in
to post a comment