aboutsummaryrefslogtreecommitdiff
path: root/Dockerfile
diff options
context:
space:
mode:
authorng0 <ng0@n0.is>2019-10-28 17:23:24 +0000
committerng0 <ng0@n0.is>2019-10-28 17:23:24 +0000
commit134a61109b0b48dfeea975ae4936504a2e8ea3ec (patch)
treec800b784dfb1b73f1b92c8fdf113dfa61db53f7e /Dockerfile
parent2f5e5544b8a3d9fceb7dee4de80eadb8e8895d2e (diff)
downloadwww-134a61109b0b48dfeea975ae4936504a2e8ea3ec.tar.gz
www-134a61109b0b48dfeea975ae4936504a2e8ea3ec.zip
fix Dockerfile by guessing.
Diffstat (limited to 'Dockerfile')
-rw-r--r--Dockerfile3
1 files changed, 2 insertions, 1 deletions
diff --git a/Dockerfile b/Dockerfile
index b792d04e..7b17dc87 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -13,6 +13,7 @@ RUN apt-get update && \
13 python3-setuptools \ 13 python3-setuptools \
14 python3-babel \ 14 python3-babel \
15 python3-jinja2 \ 15 python3-jinja2 \
16 git \
16 sassc && \ 17 sassc && \
17 apt-get clean all && \ 18 apt-get clean all && \
18 apt-get -y autoremove && \ 19 apt-get -y autoremove && \
@@ -20,4 +21,4 @@ RUN apt-get update && \
20 /var/lib/apt/lists/* \ 21 /var/lib/apt/lists/* \
21 /tmp/* 22 /tmp/*
22 23
23CMD /bin/bash -c "cd /tmp/ && make" 24CMD /bin/bash -c "cd /tmp/ && ./boostrap && ./configure && make"