Use rebuild-image script from tools.git

- Add some extra files to build image
- Add make to UI build container
This commit is contained in:
Tom Wilkie
2015-08-17 16:26:06 +00:00
parent 3a1f376c29
commit efeba4a2ed
4 changed files with 4 additions and 42 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
FROM debian:latest
WORKDIR /home/weave
RUN apt-get update && apt-get install -y curl bzip2 libfreetype6 libfontconfig1
RUN apt-get update && apt-get install -y curl bzip2 libfreetype6 libfontconfig1 make
# Install nodejs
RUN curl -sL https://deb.nodesource.com/setup | bash -