We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 39484f8 commit 169bce5Copy full SHA for 169bce5
Dockerfile
@@ -1,4 +1,4 @@
1
-ARG PHP_VERSION
+ARG PHP_VERSION=8.1
2
3
FROM php:${PHP_VERSION}-cli
4
RUN apt-get update \
@@ -8,9 +8,6 @@ RUN apt-get update \
8
git \
9
wget \
10
&& docker-php-ext-install -j$(nproc) bcmath sockets \
11
- && wget https://codeclimate.com/downloads/test-reporter/test-reporter-latest-linux-amd64 \
12
- && mv test-reporter-latest-linux-amd64 /usr/bin/cc-test-reporter \
13
- && chmod +x /usr/bin/cc-test-reporter \
14
&& pecl install xdebug \
15
&& docker-php-ext-enable xdebug && \
16
curl -sS https://getcomposer.org/installer | php -- --install-dir=/usr/local/bin --filename=composer
0 commit comments