mirror of
https://github.com/rkd77/elinks.git
synced 2024-11-04 08:17:17 -05:00
[docker] -Dtre=true for alpine
This commit is contained in:
parent
ab316a51a1
commit
5540ccc950
@ -1,5 +1,5 @@
|
||||
#
|
||||
# [ x86_64 ] elinks docker development environment
|
||||
# elinks docker development environment
|
||||
#
|
||||
|
||||
# [*] base system
|
||||
@ -33,6 +33,8 @@ RUN cd /root && apk add \
|
||||
quickjs-dev \
|
||||
sqlite-dev \
|
||||
sqlite-static \
|
||||
tre-dev \
|
||||
tre-static \
|
||||
zlib-dev \
|
||||
zlib-static \
|
||||
zstd-dev \
|
||||
|
@ -42,7 +42,7 @@ meson /tmp/builddir \
|
||||
-Dstatic=true \
|
||||
-Dterminfo=false \
|
||||
-Dtest=false \
|
||||
-Dtre=false \
|
||||
-Dtre=true \
|
||||
-Dtrue-color=true \
|
||||
-Dutf-8=true \
|
||||
-Dwithdebug=false \
|
||||
|
@ -42,7 +42,7 @@ meson /tmp/builddir_js \
|
||||
-Dstatic=true \
|
||||
-Dterminfo=false \
|
||||
-Dtest=false \
|
||||
-Dtre=false \
|
||||
-Dtre=true \
|
||||
-Dtrue-color=true \
|
||||
-Dutf-8=true \
|
||||
-Dwithdebug=false \
|
||||
|
Loading…
Reference in New Issue
Block a user