1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-30 01:55:30 +00:00

[docker] -Dtre=true for alpine

This commit is contained in:
Witold Filipczyk 2022-12-01 20:35:48 +01:00
parent ab316a51a1
commit 5540ccc950
3 changed files with 5 additions and 3 deletions

View File

@ -1,5 +1,5 @@
# #
# [ x86_64 ] elinks docker development environment # elinks docker development environment
# #
# [*] base system # [*] base system
@ -33,6 +33,8 @@ RUN cd /root && apk add \
quickjs-dev \ quickjs-dev \
sqlite-dev \ sqlite-dev \
sqlite-static \ sqlite-static \
tre-dev \
tre-static \
zlib-dev \ zlib-dev \
zlib-static \ zlib-static \
zstd-dev \ zstd-dev \

View File

@ -42,7 +42,7 @@ meson /tmp/builddir \
-Dstatic=true \ -Dstatic=true \
-Dterminfo=false \ -Dterminfo=false \
-Dtest=false \ -Dtest=false \
-Dtre=false \ -Dtre=true \
-Dtrue-color=true \ -Dtrue-color=true \
-Dutf-8=true \ -Dutf-8=true \
-Dwithdebug=false \ -Dwithdebug=false \

View File

@ -42,7 +42,7 @@ meson /tmp/builddir_js \
-Dstatic=true \ -Dstatic=true \
-Dterminfo=false \ -Dterminfo=false \
-Dtest=false \ -Dtest=false \
-Dtre=false \ -Dtre=true \
-Dtrue-color=true \ -Dtrue-color=true \
-Dutf-8=true \ -Dutf-8=true \
-Dwithdebug=false \ -Dwithdebug=false \