Skip to content

Instantly share code, notes, and snippets.

@jeroenvdgulik
Created February 10, 2017 15:21
Show Gist options
  • Select an option

  • Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.

Select an option

Save jeroenvdgulik/280f009ff88fdedf389d9a634663a75e to your computer and use it in GitHub Desktop.

Revisions

  1. jeroenvdgulik created this gist Feb 10, 2017.
    5 changes: 5 additions & 0 deletions Fix GD install
    Original 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