vis

a vi-like editor based on Plan 9's structural regular expressions

git clone https://9o.is/git/vis.git

commit 0faf15b90b3cba8264be6fc610327ee14578f197
parent 4bfe9c47c1cd44e129a4b7c856de782a0e84a52e
Author: Marc André Tanner <mat@brain-dump.org>
Date:   Wed,  3 Jul 2019 13:49:27 +0200

Merge branch 'alpine-3-10' of https://github.com/eworm-de/vis

Diffstat:
MDockerfile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Dockerfile b/Dockerfile @@ -6,7 +6,7 @@ # docker cp vis:/tmp/vis/vis . # make vis-single # docker cp vis:/tmp/vis/vis-single . -FROM i386/alpine:3.9 +FROM i386/alpine:3.10 ENV DIR /tmp/vis WORKDIR $DIR RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev \