Skip to content

Commit a7fbf80

Browse files
author
Igor Chepurnoy
authored
Merge pull request #49 from yii2mod/fix-docker-configuration
Fix docker configuration
2 parents 5233307 + 557c36a commit a7fbf80

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

data/docker/web/dev/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y apt-utils && apt-get install -y \
1818
libfreetype6-dev \
1919
libjpeg62-turbo-dev \
2020
libmcrypt-dev \
21-
libpng12-dev \
21+
libpng-dev \
2222
supervisor \
2323
cron \
2424
&& docker-php-ext-install -j$(nproc) iconv mcrypt \

data/docker/web/prod/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y apt-utils && apt-get install -y \
1818
libfreetype6-dev \
1919
libjpeg62-turbo-dev \
2020
libmcrypt-dev \
21-
libpng12-dev \
21+
libpng-dev \
2222
supervisor \
2323
cron \
2424
&& docker-php-ext-install -j$(nproc) iconv mcrypt \

0 commit comments

Comments
 (0)