FROM openwrt-builder ARG commit RUN cd ${openwrt_dir} \ && git pull origin master \ && git checkout ${commit} \ && ./scripts/feeds update -a \ && ./scripts/feeds install -a