Skip to content

Commit 8f6d79f

Browse files
authored
remove libpng12-dev
1 parent 3a0edc1 commit 8f6d79f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
FROM php:fpm
22
RUN apt-get update \
3-
&& apt-get install -y --no-install-recommends curl libpq-dev libmcrypt-dev libfreetype6-dev libjpeg-dev libldap2-dev libpng12-dev zlib1g-dev libxml2-dev \
3+
&& apt-get install -y --no-install-recommends curl libpq-dev libmcrypt-dev libfreetype6-dev libjpeg-dev libldap2-dev zlib1g-dev libxml2-dev \
44
&& docker-php-ext-install pdo_mysql soap \
55
&& docker-php-ext-configure gd --enable-gd-native-ttf --with-jpeg-dir=/usr/lib/x86_64-linux-gnu --with-png-dir=/usr/lib/x86_64-linux-gnu --with-freetype-dir=/usr/lib/x86_64-linux-gnu \
66
&& docker-php-ext-install gd
@@ -18,4 +18,4 @@ RUN composer global require "fxp/composer-asset-plugin:^1.2.0"
1818
RUN echo "date.timezone = Europe/Kiev" > $PHP_INI_DIR/conf.d/php.ini
1919

2020
ENV TZ=Europe/Kiev
21-
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone
21+
RUN ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && echo $TZ > /etc/timezone

0 commit comments

Comments
 (0)