Initial setup

The point of this is to separate dockerfiles and build them on top of
each other wherever possible.

Then we can build them interdependently with makefiles!
This commit is contained in:
2021-02-06 21:47:58 +00:00
commit fc6902981c
6 changed files with 87 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
FROM openwrt-builder
ARG commit
RUN git pull origin master
RUN git checkout ${commit}