codecasts / php-alpine

PHP APK Repository for Alpine Linux
https://github.com/codecasts/php-alpine
483 stars 58 forks source link

Fix apk add argument "--update" to "--update-cache" #93

Closed mtgto closed 3 years ago

mtgto commented 4 years ago

apk --update is abbreviated from apk --update-cache

https://wiki.alpinelinux.org/wiki/Alpine_Linux_package_management#Add_a_Package cf. https://github.com/gliderlabs/docker-alpine/pull/503

hernandev commented 3 years ago

@mtgto can you please solve the conflict so I can merge this? thank you

mtgto commented 3 years ago

@hernandev updated.

hernandev commented 3 years ago

thank you @mtgto !