Skip to content

Instantly share code, notes, and snippets.

@nicolaspernot
Last active May 23, 2019 15:46
Show Gist options
  • Save nicolaspernot/9b727e02eba32366a406419953d0c9e7 to your computer and use it in GitHub Desktop.
Save nicolaspernot/9b727e02eba32366a406419953d0c9e7 to your computer and use it in GitHub Desktop.
[Docker] PHP - Add GD extension
RUN apk add --no-cache freetype-dev libjpeg-turbo-dev libpng-dev && \
docker-php-ext-install gd
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment