Merge pull request #378 from randomCards/patch-1

Update Dockerfile-php
This commit is contained in:
Sam Bell 2018-05-29 14:01:56 +01:00 committed by GitHub
commit 932bdbcfa8
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM php:7.0-fpm
RUN apt-get update && apt-get install -y \
libpq-dev \
libmcrypt-dev \
libpng12-dev \
libpng-dev \
libjpeg62-turbo-dev \
libfreetype6-dev \
libxrender1 \