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

5
build/make/jekyll.mk Normal file
View File

@@ -0,0 +1,5 @@
jekyll:
sed -i "s,\(FROM\s*\).*,\1grahamc/jekyll:latest\nUSER root," ${FILE}
$(call file,Gemfile)
echo 'RUN bundler' >> ${FILE}
echo 'ENTRYPOINT ["jekyll"]' >> ${FILE}