1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-11 16:32:52 +00:00

add package builder precached image with heavier compiles

This commit is contained in:
José Moreira
2018-09-11 12:07:15 +01:00
parent 922b696caa
commit 336747d6a4
3 changed files with 35 additions and 1 deletions
+16
View File
@@ -0,0 +1,16 @@
FROM package-builder
LABEL MAINTAINER "Jose Moreira <josemoreiravarzim@gmail.com>"
RUN ./scripts/feeds install bzip2
RUN ./scripts/feeds install zlib
RUN ./scripts/feeds install openzwave
RUN ./scripts/feeds install python
RUN ./scripts/feeds install perl
RUN ./scripts/feeds install node
RUN make defconfig;
RUN make package/bzip2/compile
RUN make package/zlib/compile
RUN make package/openzwave/compile
RUN make package/python/compile
RUN make package/perl/compile
RUN make package/node/compile