Przeglądaj źródła

Dockerfile: Use correct libpng package for Debian Stretch

Felix Breidenstein 8 lat temu
rodzic
commit
82dc08e7e7
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1 1
      Dockerfile

+ 1 - 1
Dockerfile

@@ -3,7 +3,7 @@ FROM php:apache
 RUN apt-get update && apt-get install -y \
         libfreetype6-dev \
         libjpeg62-turbo-dev \
-        libpng12-dev \
+        libpng-dev \
         wget \
         zip \
         unzip && \