vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit de78bd625db2eb69572d9aaf11c55dff1f002a1c parent 6ee32d4c4a6477669cfdba399ea99cdd898a191f Author: Marc André Tanner <mat@brain-dump.org> Date: Sat, 9 Feb 2019 10:41:29 +0100 Merge branch 'alpine-3-9' 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.7 +FROM i386/alpine:3.9 ENV DIR /tmp/vis WORKDIR $DIR RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev \