1
0
mirror of https://github.com/cusspvz/openwrt-builder.docker.git synced 2026-08-21 05:13:01 +00:00

fix: prepare for travis builds

This commit is contained in:
José Moreira
2018-09-10 02:00:24 +01:00
parent a2f0d20e16
commit 760b525481
5 changed files with 52 additions and 7 deletions
+3
View File
@@ -4,6 +4,9 @@ LABEL MAINTAINER "Jose Moreira <josemoreiravarzim@gmail.com>"
ARG INSTALL_SRC
RUN /bin/bash -c "$INSTALL_SRC"
# Cache packages feeds
RUN ./scripts/feeds update -a
ADD builder.sh /builder
RUN chmod 755 /builder
CMD ["/builder"]