File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -210,7 +210,7 @@ RUN apt update \
210
210
# Build/install static modules that do not have packages
211
211
COPY mods-available /mods-available
212
212
COPY mods-install /mods-install
213
- RUN for INSTALLER in /mods-install/*.sh;do ${INSTALLER} ; done
213
+ RUN set -e; for INSTALLER in /mods-install/*.sh; do ${INSTALLER} ; done
214
214
215
215
COPY scripts /scripts
216
216
RUN chmod a+x /scripts/*
Original file line number Diff line number Diff line change 5
5
cd tmp
6
6
7
7
# Download extension versions from MS
8
- curl -L https://github.com/microsoft/msphpsql/releases/download/v5.10 .0/Ubuntu2004-7.3.tar | tar xf - --strip-components=1 Ubuntu2004-7.3/php_pdo_sqlsrv_73_nts.so Ubuntu2004-7.3/php_sqlsrv_73_nts.so
8
+ curl -L https://github.com/microsoft/msphpsql/releases/download/v5.9 .0/Ubuntu2004-7.3.tar | tar xf - --strip-components=1 Ubuntu2004-7.3/php_pdo_sqlsrv_73_nts.so Ubuntu2004-7.3/php_sqlsrv_73_nts.so
9
9
curl -L https://github.com/microsoft/msphpsql/releases/download/v5.10.0/Ubuntu2004-7.4.tar | tar xf - --strip-components=1 Ubuntu2004-7.4/php_pdo_sqlsrv_74_nts.so Ubuntu2004-7.4/php_sqlsrv_74_nts.so
10
10
curl -L https://github.com/microsoft/msphpsql/releases/download/v5.10.0/Ubuntu2004-8.0.tar | tar xf - --strip-components=1 Ubuntu2004-8.0/php_pdo_sqlsrv_80_nts.so Ubuntu2004-8.0/php_sqlsrv_80_nts.so
11
11
curl -L https://github.com/microsoft/msphpsql/releases/download/v5.10.0/Ubuntu2004-8.1.tar | tar xf - --strip-components=1 Ubuntu2004-8.1/php_pdo_sqlsrv_81_nts.so Ubuntu2004-8.1/php_sqlsrv_81_nts.so
You can’t perform that action at this time.
0 commit comments