We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5233307 + 557c36a commit a7fbf80Copy full SHA for a7fbf80
data/docker/web/dev/Dockerfile
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y apt-utils && apt-get install -y \
18
libfreetype6-dev \
19
libjpeg62-turbo-dev \
20
libmcrypt-dev \
21
- libpng12-dev \
+ libpng-dev \
22
supervisor \
23
cron \
24
&& docker-php-ext-install -j$(nproc) iconv mcrypt \
data/docker/web/prod/Dockerfile
0 commit comments