Skip to content

Commit

Permalink
chore(docker): build ncurses to default prefix
Browse files Browse the repository at this point in the history
  • Loading branch information
dan-online committed Oct 3, 2024
1 parent 3b32bc4 commit 9e3e1f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile.alpine
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ RUN if echo ${ENABLED_FEATURES} | grep -q mysql; then \
wget https://ftp.gnu.org/pub/gnu/ncurses/ncurses-${CURSES_VERSION}.tar.gz && \
tar xzf ncurses-${CURSES_VERSION}.tar.gz && \
cd ncurses-${CURSES_VERSION} && \
LDFLAGS="-L$PREFIX/lib" CFLAGS="-I$PREFIX/include" ./configure --prefix=$PREFIX && \
./configure && \
make -j$(nproc) && \
make install && \
cd .. && \
Expand Down

0 comments on commit 9e3e1f9

Please sign in to comment.