mirror of
https://github.com/danog/php.git
synced 2024-11-26 20:04:58 +01:00
Fixes
This commit is contained in:
parent
f0ffe296c9
commit
c0d798f1c8
1
8.2/sid/cli/Dockerfile
generated
1
8.2/sid/cli/Dockerfile
generated
@ -129,6 +129,7 @@ RUN set -eux; \
|
||||
fi; \
|
||||
patch -p1 < /latomic.patch; \
|
||||
rm /latomic.patch; \
|
||||
./buildconf; \
|
||||
./configure \
|
||||
--build="$gnuArch" \
|
||||
--with-config-file-path="$PHP_INI_DIR" \
|
||||
|
3
8.2/sid/fpm/Dockerfile
generated
3
8.2/sid/fpm/Dockerfile
generated
@ -126,6 +126,9 @@ RUN set -eux; \
|
||||
if [ ! -d /usr/include/curl ]; then \
|
||||
ln -sT "/usr/include/$debMultiarch/curl" /usr/local/include/curl; \
|
||||
fi; \
|
||||
patch -p1 < /latomic.patch; \
|
||||
rm /latomic.patch; \
|
||||
./buildconf; \
|
||||
./configure \
|
||||
--build="$gnuArch" \
|
||||
--with-config-file-path="$PHP_INI_DIR" \
|
||||
|
Loading…
Reference in New Issue
Block a user