Browse Source

Update Dockerfile

star7th 7 years ago
parent
commit
ec78525d16
1 changed files with 2 additions and 2 deletions
  1. 2 2
      Dockerfile

+ 2 - 2
Dockerfile

@@ -7,10 +7,10 @@ RUN  \
         libfreetype6-dev \
         libjpeg62-turbo-dev \
         libmcrypt-dev \
-        libpng12-dev \
+        libpng-dev \
     && docker-php-ext-install -j$(nproc) gd mcrypt
 
 
 RUN chmod -R 777 /var/www/html/
 
-CMD ["apache2-foreground"]
+CMD ["apache2-foreground"]