Created
February 10, 2017 15:21
-
-
Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.
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 characters
# 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 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment