From ca4b82784c586679de92428696a75b1ac7d0f206 Mon Sep 17 00:00:00 2001 From: K Date: Fri, 6 Oct 2017 10:24:32 +0200 Subject: [PATCH] Update Dockerfile --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 405a6a2..0f0e144 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,7 @@ FROM php:7.1-fpm # MySQL -RUN docker-php-ext-install gd mysqli +RUN docker-php-ext-install mysqli RUN apt-get update