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:
9
openwrt-builder-commit.dockerfile
Normal file
9
openwrt-builder-commit.dockerfile
Normal file
@@ -0,0 +1,9 @@
|
||||
FROM openwrt-builder
|
||||
|
||||
ARG commit
|
||||
|
||||
RUN git pull origin master
|
||||
|
||||
RUN git checkout ${commit}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user