clean make files, add base dependency when required

This commit is contained in:
2016-05-14 20:24:31 +01:00
parent 0087f19c03
commit 54ab11a689
27 changed files with 41 additions and 25 deletions

View File

@@ -1,3 +1,6 @@
base: cron sshd
base:
$(call add,init,/opt/init)
@echo 'RUN chmod +x /opt/init' >> ${FILE}
@echo 'CMD ["/opt/init"]' >> ${FILE}
$(call script,utilities)
$(call script,runit)