aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorTill Höppner2017-05-25 16:41:16 +0200
committerTill Höppner2017-05-25 16:41:16 +0200
commit4202f03a14a16ca12fc5de9eaf3b7e00151b1c90 (patch)
tree56b9498b0f9ce5bb23675ee0d4b99b3c6bacabd1 /Dockerfile
parent594a1405f833b6694071b0aa7df9d711fdea3ef6 (diff)
downloadsolarc-firefox-theme-4202f03a14a16ca12fc5de9eaf3b7e00151b1c90.tar.gz
solarc-firefox-theme-4202f03a14a16ca12fc5de9eaf3b7e00151b1c90.tar.xz
solarc-firefox-theme-4202f03a14a16ca12fc5de9eaf3b7e00151b1c90.zip
Add Docker build hack because I don't want to figure out how to fix this autoconf/automake stuff
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Dockerfile b/Dockerfile
new file mode 100644
index 0000000..53ae1ac
--- /dev/null
+++ b/Dockerfile
@@ -0,0 +1,3 @@
+FROM alpine:3.5
+RUN apk add --no-cache make autoconf automake zip
+CMD cd /src && ./autogen.sh && make clean && make mkxpi