vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 4b9ca87d70ee0a295a551d1ba2b930a7a16202fc parent aa26e59b167a9314d387b27cb73565495c3c915b Author: Christian Hesse <mail@eworm.de> Date: Mon, 1 Jul 2019 16:26:56 +0200 build: update alpine in docker build to version 3.10 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.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 \