vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 28dcb44fb6236579c4577f445761d4a91a79ced3 parent 70e2d4d73a2c15e5eb658140b5ec66d7da5e14d8 Author: Marc André Tanner <mat@brain-dump.org> Date: Thu, 16 Jan 2020 16:04:18 +0100 Merge branch 'alping-3-11' of https://github.com/eworm-de/vis Diffstat:
| M | Dockerfile | | | 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.10 +FROM i386/alpine:3.11 ENV DIR /tmp/vis WORKDIR $DIR RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev \