We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca0fe40 commit 75853b5Copy full SHA for 75853b5
Dockerfile
@@ -33,7 +33,7 @@ RUN if [ "${ASTERISK_VERSION}" = "latest" ]; then \
33
cd asterisk; \
34
fi && \
35
contrib/scripts/install_prereq install && \
36
- ./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled && \
+ NOISY_BUILD=yes ./configure --libdir=/usr/lib64 --with-pjproject-bundled --with-jansson-bundled && \
37
make menuselect.makeopts && \
38
menuselect/menuselect --disable BUILD_NATIVE --disable-category MENUSELECT_ADDONS menuselect.makeopts && \
39
make && \
0 commit comments