File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 11FROM php:fpm
22RUN 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"
1818RUN echo "date.timezone = Europe/Kiev" > $PHP_INI_DIR/conf.d/php.ini
1919
2020ENV 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
You can’t perform that action at this time.
0 commit comments