diff --git a/8.2/sid/cli/Dockerfile b/8.2/sid/cli/Dockerfile index 5b5b6ed9..9a8e9b7d 100644 --- a/8.2/sid/cli/Dockerfile +++ b/8.2/sid/cli/Dockerfile @@ -129,7 +129,7 @@ RUN set -eux; \ fi; \ patch -p1 < /latomic.patch; \ rm /latomic.patch; \ - ./buildconf; \ + autoreconf -vfi; \ ./configure \ --build="$gnuArch" \ --with-config-file-path="$PHP_INI_DIR" \