Skip to content

Instantly share code, notes, and snippets.

@jeroenvdgulik
Created February 10, 2017 15:21
Show Gist options
  • Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.
Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.
# 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