Skip to content

Commit 1a4d6ed

Browse files
committed
chore(docker): build ncurses to default prefix
1 parent f3c4134 commit 1a4d6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile.alpine

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ RUN if echo ${ENABLED_FEATURES} | grep -q mysql; then \
2525
wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${CURSES_VERSION}.tar.gz && \
2626
tar xzf ncurses-${CURSES_VERSION}.tar.gz && \
2727
cd ncurses-${CURSES_VERSION} && \
28-
LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure --prefix=$PREFIX && \
28+
./configure && \
2929
make -j$(nproc) && \
3030
make install && \
3131
cd .. && \

0 commit comments

Comments
 (0)