aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorChristian Hesse <mail@eworm.de>2017-06-02 22:11:06 +0200
committerChristian Hesse <mail@eworm.de>2017-06-02 23:11:18 +0200
commit899e7039f50cbc98408ad052a58589e18edeaa6b (patch)
tree0f5a0465bb6f3fcda10ea545ae94971079f28679 /Dockerfile
parent6ad1a9739fe685e2ed9ca2c515b15e772f3f12b2 (diff)
downloadvis-899e7039f50cbc98408ad052a58589e18edeaa6b.tar.gz
vis-899e7039f50cbc98408ad052a58589e18edeaa6b.tar.xz
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.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile2
1 files changed, 1 insertions, 1 deletions
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