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:
@@ -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
|
||||
Reference in New Issue
Block a user