File tree Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Expand file tree Collapse file tree 3 files changed +16
-8
lines changed Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ RUN for INSTALLER in /mods-install/*.sh;do ${INSTALLER} ; done
41
41
42
42
RUN mkdir -p /etc/laminas-ci/problem-matcher \
43
43
&& cd /etc/laminas-ci/problem-matcher \
44
- && wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/phpunit.json \
44
+ && wget https://raw.githubusercontent.com/shivammathur/setup-php/master/src/configs/pm/ phpunit.json \
45
45
&& wget -O markdownlint.json https://raw.githubusercontent.com/xt0rted/markdownlint-problem-matcher/main/.github/problem-matcher.json
46
46
47
47
COPY etc/markdownlint.json /etc/laminas-ci/markdownlint.json
Original file line number Diff line number Diff line change
1
+ php8.1-cli
2
+ php8.1-bz2
3
+ php8.1-curl
4
+ php8.1-dev
5
+ php8.1-fileinfo
6
+ php8.1-intl
7
+ php8.1-mbstring
8
+ php8.1-phar
9
+ php8.1-phpdbg
10
+ php8.1-readline
11
+ php8.1-sockets
12
+ php8.1-xml
13
+ php8.1-xsl
14
+ php8.1-zip
Original file line number Diff line number Diff line change 1
1
#! /bin/bash
2
2
3
- curl -sSLO https://github.com/shivammathur/php-builder/releases/latest/download/install.sh
4
- chmod a+x ./install.sh
5
- ./install.sh 8.1
6
-
7
- # Prepares the configuration the same way as mods-install/install_sqlsrv.sh would do
8
- cat /etc/php/8.1/mods-available/pdo_sqlsrv.ini >> /etc/php/8.1/mods-available/sqlsrv.ini
9
- rm /etc/php/8.1/mods-available/pdo_sqlsrv.ini
3
+ ACCEPT_EULA=Y xargs -a dependencies apt install -y
You can’t perform that action at this time.
0 commit comments