We need to add git to the build for custom composer packages
All checks were successful
Create Docker Image / Build Docker Image (x86_64) (push) Successful in 34s
Create Docker Image / Build Docker Image (arm64) (push) Successful in 1m40s
Create Docker Image / Final Docker Image Manifest (push) Successful in 10s

This commit is contained in:
Deon George 2024-04-25 15:56:08 +10:00
parent 6a41536d57
commit ac02f37c67

View File

@ -12,7 +12,9 @@ RUN mkdir -p ${COMPOSER_HOME} && \
([ -r auth.json ] && mv auth.json ${COMPOSER_HOME}) || true && \
touch .composer.refresh && \
mv .env.example .env && \
apk add --no-cache git && \
FORCE_PERMS=1 NGINX_START=FALSE /sbin/init && \
apk del --no-cache git && \
chmod +x /var/www/html/artisan /var/www/html/init-php.sh && \
touch .migrate && \
rm -rf ${COMPOSER_HOME}/*