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

enhancements: dockerfiles + readme + docker-image-builder

This commit is contained in:
José Moreira
2018-09-10 00:57:20 +01:00
parent ae7e178bf1
commit 63c420b8fa
11 changed files with 246 additions and 107 deletions
+5 -1
View File
@@ -2,4 +2,8 @@ FROM base
LABEL MAINTAINER "Jose Moreira <josemoreiravarzim@gmail.com>"
ARG INSTALL_SRC
RUN /bin/bash -c "$INSTALL_SRC"
RUN /bin/bash -c "$INSTALL_SRC"
ADD builder.sh /builder
RUN chmod 755 /builder
CMD ["/builder"]