Release 5.5.49-ls13 to build via docker build --no-cache --pull -t lscr.io/linuxserver-labs/invoiceninja:latest .
Current Behavior
Dockerfile does not build because dependencies used by Invoice Ninja require newer version of PHP which in turn requires newer version of baseimage-alpine-nginx
I did get the image to build by replacing ghcr.io/linuxserver/baseimage-alpine-nginx:3.13 with ghcr.io/linuxserver/baseimage-alpine-nginx:3.17, all the php7 packages with their php81 counterparts, adding the php81-sodium package and in root/etc/cont-init.d/50-config replacing php7 with php81. However it seems that nginx is not able to talk to php-fpm as I only get the error "The website is currently being setup under this address"
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
Expected Behavior
Release 5.5.49-ls13 to build via
docker build --no-cache --pull -t lscr.io/linuxserver-labs/invoiceninja:latest .
Current Behavior
Dockerfile does not build because dependencies used by Invoice Ninja require newer version of PHP which in turn requires newer version of baseimage-alpine-nginx
Steps to Reproduce
unzip docker-invoiceninja-5.5.49-ls13.zip
cd docker-invoiceninja-5.5.49-ls13
docker build --no-cache --pull -t lscr.io/linuxserver-labs/invoiceninja:latest .
Environment
OS: Ubuntu Server 22.04 CPU architecture: x86_64 How docker service was installed: Official docker repos
Command used to create docker container (run/create/compose/screenshot)
I did get the image to build by replacing
ghcr.io/linuxserver/baseimage-alpine-nginx:3.13
withghcr.io/linuxserver/baseimage-alpine-nginx:3.17
, all the php7 packages with their php81 counterparts, adding thephp81-sodium
package and inroot/etc/cont-init.d/50-config
replacing php7 with php81. However it seems that nginx is not able to talk to php-fpm as I only get the error "The website is currently being setup under this address"