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 f3c4134 commit 1a4d6edCopy full SHA for 1a4d6ed
Dockerfile.alpine
@@ -25,7 +25,7 @@ RUN if echo ${ENABLED_FEATURES} | grep -q mysql; then \
25
wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${CURSES_VERSION}.tar.gz && \
26
tar xzf ncurses-${CURSES_VERSION}.tar.gz && \
27
cd ncurses-${CURSES_VERSION} && \
28
- LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure --prefix=$PREFIX && \
+ ./configure && \
29
make -j$(nproc) && \
30
make install && \
31
cd .. && \
0 commit comments