upgrade php
This commit is contained in:
@@ -3,4 +3,5 @@ base:
|
||||
@echo 'RUN chmod +x /opt/init' >> ${FILE}
|
||||
@echo 'CMD ["/opt/init"]' >> ${FILE}
|
||||
$(call script,utilities)
|
||||
$(call script,runit)
|
||||
$(call script,runit)
|
||||
$(call script,logrotate)
|
||||
|
||||
@@ -1,2 +1,3 @@
|
||||
php: compile
|
||||
$(call script,$@)
|
||||
$(call script,utilities)
|
||||
$(call script,$@)
|
||||
|
||||
Reference in New Issue
Block a user