Created
February 10, 2017 15:21
-
-
Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.
Revisions
-
jeroenvdgulik created this gist
Feb 10, 2017 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # Install GD apt-get install -y libfreetype6-dev libjpeg62-turbo-dev libpng12-dev docker-php-ext-configure gd --with-freetype-dir=/usr/include/ --with-jpeg-dir=/usr/include/ docker-php-ext-install gd