mirror of
https://github.com/danog/php.git
synced 2024-11-26 20:04:58 +01:00
Fixes
This commit is contained in:
parent
c0d798f1c8
commit
835ba1ddb8
2
8.2/sid/fpm/Dockerfile
generated
2
8.2/sid/fpm/Dockerfile
generated
@ -128,7 +128,7 @@ RUN set -eux; \
|
|||||||
fi; \
|
fi; \
|
||||||
patch -p1 < /latomic.patch; \
|
patch -p1 < /latomic.patch; \
|
||||||
rm /latomic.patch; \
|
rm /latomic.patch; \
|
||||||
./buildconf; \
|
autoreconf -vfi; \
|
||||||
./configure \
|
./configure \
|
||||||
--build="$gnuArch" \
|
--build="$gnuArch" \
|
||||||
--with-config-file-path="$PHP_INI_DIR" \
|
--with-config-file-path="$PHP_INI_DIR" \
|
||||||
|
Loading…
Reference in New Issue
Block a user