aboutsummaryrefslogtreecommitdiffstats
path: root/winzathura/Dockerfile
diff options
context:
space:
mode:
authorbloodstalker <thabogre@gmail.com>2020-08-19 19:19:38 +0000
committerbloodstalker <thabogre@gmail.com>2020-08-19 19:19:38 +0000
commita0e4805fdccdb76207228eb5281e39d585f412e3 (patch)
tree3741174fc6947da1b8f88f3f234227b282bf7067 /winzathura/Dockerfile
parentadded a script so i don't forget what to run. (diff)
downloaddockerimages-a0e4805fdccdb76207228eb5281e39d585f412e3.tar.gz
dockerimages-a0e4805fdccdb76207228eb5281e39d585f412e3.zip
zathura on alpine for windows use
Diffstat (limited to 'winzathura/Dockerfile')
-rw-r--r--winzathura/Dockerfile9
1 files changed, 9 insertions, 0 deletions
diff --git a/winzathura/Dockerfile b/winzathura/Dockerfile
new file mode 100644
index 0000000..f978239
--- /dev/null
+++ b/winzathura/Dockerfile
@@ -0,0 +1,9 @@
+
+FROM alpine:3.12
+RUN apk update && apk upgrade
+RUN apk add zathura st wget tar make gcc musl-dev libx11-dev
+RUN wget https://dl.suckless.org/tools/tabbed-0.6.tar.gz
+RUN tar -xvf tabbed-0.6.tar.gz && cd tabbed-0.6 && make && make install
+
+RUN mkdir devi
+WORKDIR /devi