From 899e7039f50cbc98408ad052a58589e18edeaa6b Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Fri, 2 Jun 2017 22:11:06 +0200 Subject: port self-contained executable to libtar libarchive is nice, but adds a lot of bloat we carry around without using it. So port to libtar. --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Dockerfile') diff --git a/Dockerfile b/Dockerfile index f0b9ed7..35f3df2 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,7 +9,7 @@ FROM i386/alpine:3.6 ENV DIR /tmp/vis WORKDIR $DIR -RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev ncurses-dev ncurses-static lua5.3-dev lua5.3-lpeg lua-lpeg-dev acl-dev libarchive-dev xz-dev xz bzip2-dev tar +RUN apk update && apk add musl-dev fortify-headers gcc make libtermkey-dev ncurses-dev ncurses-static lua5.3-dev lua5.3-lpeg lua-lpeg-dev acl-dev libtar-dev xz-dev tar xz RUN sed -i 's/Libs: /Libs: -L${INSTALL_CMOD} /' /usr/lib/pkgconfig/lua5.3.pc RUN mv /usr/lib/lua/5.3/lpeg.a /usr/lib/lua/5.3/liblpeg.a RUN sed -i 's/-ltermkey/-ltermkey -lunibilium/' /usr/lib/pkgconfig/termkey.pc -- cgit v1.2.3