Remove non-functional syslog and logrotate facilities

This commit is contained in:
2015-12-06 01:49:18 +01:00
parent 3056c72efd
commit 2add55a982
7 changed files with 3 additions and 52 deletions

View File

@@ -38,7 +38,7 @@ all: build bin service clean
build: prepare base
$(call script,cleanup)
@echo 'RUN chmod +x /opt/init.d/*' >> ${FILE}
@echo 'RUN chmod +x /opt/init.d/* || :' >> ${FILE}
@echo 'CMD ["/opt/init"]' >> ${FILE}
@docker build -t $(NAME):$(VERSION) $(ARGS) -f $(FILE) $(BASE)
@rm ${FILE}