mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -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
|
# [*] 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 \
|
||||||
|
@ -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 \
|
||||||
|
@ -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 \
|
||||||
|
Loading…
Reference in New Issue
Block a user