Skip to content

Commit 63e8924

Browse files
committed
php7.3-dev
1 parent 129a3d5 commit 63e8924

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ RUN BUILD_DEPS='software-properties-common' \
1515
&& add-apt-repository -y ppa:ondrej/php \
1616
&& add-apt-repository -y ppa:ondrej/apache2 \
1717
&& apt-get update \
18-
&& apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.3 libmcrypt-dev php7.3-cli php7.3-readline php7.3-mbstring php7.3-zip php7.3-intl php-xml php7.3-xml php7.3-xmlrpc php7.3-json php7.3-curl php7.3-gd php7.3-pgsql php7.3-mysql php-pear \
18+
&& apt-get install -y curl apache2 libsasl2-modules libapache2-mod-php7.3 libmcrypt-dev php7.3-cli php7.3-dev php7.3-readline php7.3-mbstring php7.3-zip php7.3-intl php-xml php7.3-xml php7.3-xmlrpc php7.3-json php7.3-curl php7.3-gd php7.3-pgsql php7.3-mysql php-pear \
1919
&& apt-get update && apt-get install -yq --no-install-recommends \
2020
git \
2121
cron \

docker-compose.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ services:
2626
- MYSQL_USER=admin
2727
expose:
2828
- "3306"
29+
command: mysqld --sql_mode="ONLY_FULL_GROUP_BY,STRICT_TRANS_TABLES,ERROR_FOR_DIVISION_BY_ZERO,NO_ENGINE_SUBSTITUTION"
2930
volumes:
3031
- 'db-data:/var/lib/mysql'
3132
volumes:

0 commit comments

Comments
 (0)