Browse Source

Dockerfile: Use correct libpng package for Debian Stretch

Felix Breidenstein 8 năm trước cách đây
mục cha
commit
82dc08e7e7
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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 && \