We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 65acb33 commit 6b03079Copy full SHA for 6b03079
docker/php7.4/Dockerfile
@@ -5,6 +5,8 @@ RUN apt-get update && apt-get install -y \
5
git \
6
&& rm -rf /var/lib/apt/lists/*
7
8
+RUN echo "error_reporting = E_ALL & ~E_DEPRECATED & ~E_STRICT" > $PHP_INI_DIR/conf.d/error_reporting.ini
9
+
10
RUN curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
11
12
WORKDIR /cdb
0 commit comments