docker-builder/openwrt-builder-commit.dockerfile
Martin Kennedy fc6902981c 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!
2021-02-06 21:47:58 +00:00

10 lines
91 B
Docker

FROM openwrt-builder
ARG commit
RUN git pull origin master
RUN git checkout ${commit}