From 8618940337c291f850f76efe71a69750cafb11cb Mon Sep 17 00:00:00 2001 From: fixdocker <68359629+fixdocker@users.noreply.github.com> Date: Thu, 16 Jul 2020 19:51:40 -0300 Subject: [PATCH] Update Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index e9002ea..7908143 100644 --- a/Dockerfile +++ b/Dockerfile @@ -12,7 +12,7 @@ RUN apt-get update && apt-get install -y \ libfreetype6-dev \ libjpeg62-turbo-dev \ libmcrypt-dev \ - libpng12-dev \ + libpng-dev \ vim \ wget \ unzip \ @@ -40,4 +40,4 @@ EXPOSE 80 COPY config/php.ini /usr/local/etc/php/ -RUN chmod 777 /usr/local/etc/php/php.ini \ No newline at end of file +RUN chmod 777 /usr/local/etc/php/php.ini