FOSSBilling / FOSSBilling

Empower your hosting business with FOSSBilling, the free and open-source solution for efficient billing and client management.
https://fossbilling.org
Apache License 2.0
839 stars 184 forks source link

[Bug] Unable to find template "../build/symbol/icons-sprite.svg" #213

Closed abevol closed 1 year ago

abevol commented 2 years ago

Describe the bug Unable to find template "../build/symbol/icons-sprite.svg" (looked into: /var/www/html/src/bb-themes/admin_default/html) in "layout_login.html.twig" at line 24.

To Reproduce Steps to reproduce the behavior:

  1. Perform a fresh install using Docker.
  2. Open browser to access "https://example.com/bb-admin"
  3. See error

Expected behavior Expect normal access to the admin page.

Desktop :

evrifaessa commented 2 years ago

@abevol - seems like there's a problem with Gulp. Did you use our install script? Can you post the full build logs here?

abevol commented 2 years ago

@evrifaessa Did you mean "make all"?

root@proud-echo-1:~/docker/fossbilling# make all
chmod +x ./bin/install.sh
./bin/install.sh
FOSSBilling installer v0.0.1
----------------------------------------------------
Welcome to the FOSSBilling installer for Linux. This script will guide you through the installation of FOSSBilling.
We will utilize Docker Compose in this script. If you want to install FOSSBilling manually, please refer to the documentation.
----------------------------------------------------
Working directory: /root/docker/fossbilling
----------------------------------------------------
No arguments supplied. Continuing with the installation as default.
----------------------------------------------------
Creating the configuration file...
Created the configuration file.
----------------------------------------------------
Changing folder permissions...
Folder permissions changed.
Building themes...
Unable to find image 'node:18' locally
18: Pulling from library/node
001c52e26ad5: Pull complete 
d9d4b9b6e964: Pull complete 
2068746827ec: Pull complete 
9daef329d350: Pull complete 
8a335986117b: Pull complete 
80c491fe312f: Pull complete 
cb9ad7c100c4: Pull complete 
ed0a182e3827: Pull complete 
6d9331c23946: Pull complete 
Digest: sha256:a6f295c2354992f827693a2603c8b9b5b487db4da0714f5913a917ed588d6d41
Status: Downloaded newer image for node:18
npm WARN deprecated urix@0.1.0: Please see https://github.com/lydell/urix#deprecated
npm WARN deprecated source-map-url@0.4.1: See https://github.com/lydell/source-map-url#deprecated
npm WARN deprecated uuid@3.4.0: Please upgrade  to version 7 or higher.  Older versions may use Math.random() in certain circumstances, which is known to be problematic.  See https://v8.dev/blog/math-random for details.
npm WARN deprecated source-map-resolve@0.5.3: See https://github.com/lydell/source-map-resolve#deprecated
npm WARN deprecated resolve-url@0.2.1: https://github.com/lydell/resolve-url#deprecated
npm WARN deprecated phantomjs-prebuilt@2.1.16: this package is now deprecated
npm WARN deprecated har-validator@5.1.5: this library is no longer supported
npm WARN deprecated gulp-util@3.0.8: gulp-util is deprecated - replace it, following the guidelines at https://medium.com/gulpjs/gulp-util-ca3b1f9f9ac5
npm WARN deprecated request@2.88.2: request has been deprecated, see https://github.com/request/request/issues/3142
npm WARN deprecated chokidar@2.1.8: Chokidar 2 does not receive security updates since 2019. Upgrade to chokidar 3 with 15x fewer dependencies
npm WARN deprecated svgo@1.3.2: This SVGO version is no longer supported. Upgrade to v2.x.x.
npm WARN deprecated core-js@2.6.12: core-js@<3.4 is no longer maintained and not recommended for usage due to the number of issues. Because of the V8 engine whims, feature detection in old core-js versions could cause a slowdown up to 100x even if nothing is polyfilled. Please, upgrade your dependencies to the actual version of core-js.

added 792 packages, and audited 793 packages in 46s

61 packages are looking for funding
  run `npm fund` for details

16 vulnerabilities (13 high, 3 critical)

To address issues that do not require attention, run:
  npm audit fix

To address all issues possible (including breaking changes), run:
  npm audit fix --force

Some issues need review, and may require choosing
a different dependency.

Run `npm audit` for details.
npm notice 
npm notice New minor version of npm available! 8.15.0 -> 8.16.0
npm notice Changelog: https://github.com/npm/cli/releases/tag/v8.16.0
npm notice Run npm install -g npm@8.16.0 to update!
npm notice 
/usr/bin/env: ‘node’: No such file or directory
Successfully built the themes.
----------------------------------------------------
Starting FOSSBilling with a full rebuild...
Creating network "fossbilling_front-tier" with the default driver
Creating network "fossbilling_back-tier" with the default driver
Building php
Step 1/2 : FROM php:8.0-fpm
8.0-fpm: Pulling from library/php
1efc276f4ff9: Already exists
3239fd0772e9: Pull complete
52ccb8ba6c06: Pull complete
e907707b68ee: Pull complete
8d703d958a4b: Pull complete
287d96a0db9f: Pull complete
31f5467b00f7: Pull complete
938bb38073d8: Pull complete
cc03a649288d: Pull complete
d8b650ee91a5: Pull complete
Digest: sha256:65a94a649bce6e01958eab6dba7c970010477fdb0dcd0ee6e0f64b13c8438bdd
Status: Downloaded newer image for php:8.0-fpm
 ---> 623055b9b357
Step 2/2 : RUN apt-get update     && docker-php-ext-install         pdo_mysql
 ---> Running in 17e4361369c7
Get:1 http://deb.debian.org/debian bullseye InRelease [116 kB]
Get:2 http://deb.debian.org/debian-security bullseye-security InRelease [48.4 kB]
Get:3 http://deb.debian.org/debian bullseye-updates InRelease [44.1 kB]
Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8182 kB]
Get:5 http://deb.debian.org/debian-security bullseye-security/main amd64 Packages [171 kB]
Get:6 http://deb.debian.org/debian bullseye-updates/main amd64 Packages [2592 B]
Fetched 8564 kB in 2s (3922 kB/s)
Reading package lists...
Configuring for:
PHP Api Version:         20200930
Zend Module Api No:      20200930
Zend Extension Api No:   420200930
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for a sed that does not truncate output... /bin/sed
checking for pkg-config... /usr/bin/pkg-config
checking pkg-config is at least version 0.9.0... yes
checking for cc... cc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables... 
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether cc accepts -g... yes
checking for cc option to accept ISO C89... none needed
checking how to run the C preprocessor... cc -E
checking for icc... no
checking for suncc... no
checking for system library directory... lib
checking if compiler supports -Wl,-rpath,... yes
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for PHP prefix... /usr/local
checking for PHP includes... -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib
checking for PHP extension directory... /usr/local/lib/php/extensions/no-debug-non-zts-20200930
checking for PHP installed headers prefix... /usr/local/include/php
checking if debug is enabled... no
checking if zts is enabled... no
checking for gawk... no
checking for nawk... nawk
checking if nawk is broken... no
checking for MySQL support for PDO... yes, shared
checking for the location of libz... no
checking for MySQL UNIX socket location... 
checking for PDO includes... /usr/local/include/php/ext
checking for a sed that does not truncate output... /bin/sed
checking for ld used by cc... /usr/bin/ld
checking if the linker (/usr/bin/ld) is GNU ld... yes
checking for /usr/bin/ld option to reload object files... -r
checking for BSD-compatible nm... /usr/bin/nm -B
checking whether ln -s works... yes
checking how to recognize dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking the maximum length of command line arguments... 1572864
checking command to parse /usr/bin/nm -B output from cc object... ok
checking for objdir... .libs
checking for ar... ar
checking for ranlib... ranlib
checking for strip... strip
checking if cc supports -fno-rtti -fno-exceptions... no
checking for cc option to produce PIC... -fPIC
checking if cc PIC flag -fPIC works... yes
checking if cc static flag -static works... yes
checking if cc supports -c -o file.o... yes
checking whether the cc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... no

creating libtool
appending configuration tag "CXX" to libtool
configure: patching config.h.in
configure: creating ./config.status
config.status: creating config.h
/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c -o pdo_mysql.lo 
mkdir .libs
 cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/pdo_mysql.c  -fPIC -DPIC -o .libs/pdo_mysql.o
/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c -o mysql_driver.lo 
 cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/mysql_driver.c  -fPIC -DPIC -o .libs/mysql_driver.o
/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=compile cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64   -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c -o mysql_statement.lo 
 cc -I. -I/usr/src/php/ext/pdo_mysql -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -I/usr/local/include/php/ext -DZEND_ENABLE_STATIC_TSRMLS_CACHE=1 -c /usr/src/php/ext/pdo_mysql/mysql_statement.c  -fPIC -DPIC -o .libs/mysql_statement.o
/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=link cc -shared -I/usr/src/php/ext/pdo_mysql/include -I/usr/src/php/ext/pdo_mysql/main -I/usr/src/php/ext/pdo_mysql -I/usr/local/include/php -I/usr/local/include/php/main -I/usr/local/include/php/TSRM -I/usr/local/include/php/Zend -I/usr/local/include/php/ext -I/usr/local/include/php/ext/date/lib  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64 -DHAVE_CONFIG_H  -fstack-protector-strong -fpic -fpie -O2 -D_LARGEFILE_SOURCE -D_FILE_OFFSET_BITS=64  -Wl,-O1 -pie  -o pdo_mysql.la -export-dynamic -avoid-version -prefer-pic -module -rpath /usr/src/php/ext/pdo_mysql/modules  pdo_mysql.lo mysql_driver.lo mysql_statement.lo 
cc -shared  .libs/pdo_mysql.o .libs/mysql_driver.o .libs/mysql_statement.o   -Wl,-O1 -Wl,-soname -Wl,pdo_mysql.so -o .libs/pdo_mysql.so
creating pdo_mysql.la
(cd .libs && rm -f pdo_mysql.la && ln -s ../pdo_mysql.la pdo_mysql.la)
/bin/bash /usr/src/php/ext/pdo_mysql/libtool --mode=install cp ./pdo_mysql.la /usr/src/php/ext/pdo_mysql/modules
cp ./.libs/pdo_mysql.so /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.so
cp ./.libs/pdo_mysql.lai /usr/src/php/ext/pdo_mysql/modules/pdo_mysql.la
PATH="$PATH:/sbin" ldconfig -n /usr/src/php/ext/pdo_mysql/modules
----------------------------------------------------------------------
Libraries have been installed in:
   /usr/src/php/ext/pdo_mysql/modules

If you ever happen to want to link against installed libraries
in a given directory, LIBDIR, you must either use libtool, and
specify the full pathname of the library, or use the `-LLIBDIR'
flag during linking and do at least one of the following:
   - add LIBDIR to the `LD_LIBRARY_PATH' environment variable
     during execution
   - add LIBDIR to the `LD_RUN_PATH' environment variable
     during linking
   - use the `-Wl,--rpath -Wl,LIBDIR' linker flag
   - have your system administrator add LIBDIR to `/etc/ld.so.conf'

See any operating system documentation about shared libraries for
more information, such as the ld(1) and ld.so(8) manual pages.
----------------------------------------------------------------------

Build complete.
Don't forget to run 'make test'.

+ strip --strip-all modules/pdo_mysql.so
Installing shared extensions:     /usr/local/lib/php/extensions/no-debug-non-zts-20200930/
find . -name \*.gcno -o -name \*.gcda | xargs rm -f
find . -name \*.lo -o -name \*.o | xargs rm -f
find . -name \*.la -o -name \*.a | xargs rm -f
find . -name \*.so | xargs rm -f
find . -name .libs -a -type d|xargs rm -rf
rm -f libphp.la      modules/* libs/*
rm -f ext/opcache/jit/zend_jit_x86.c
Removing intermediate container 17e4361369c7
 ---> a8933ed6abfb
Successfully built a8933ed6abfb
Successfully tagged fossbilling_php:latest
Pulling mariadb (mariadb:10.6)...
10.6: Pulling from library/mariadb
3b65ec22a9e9: Pull complete
d19669910bc0: Pull complete
8c46f5717c58: Pull complete
ea0278d54bb3: Pull complete
b80813ba5cb6: Pull complete
7fc4ac948168: Pull complete
d65facec905d: Pull complete
c5763bd0e9dc: Pull complete
7ce50f319e47: Pull complete
7cf22e53975d: Pull complete
53b47f74b397: Pull complete
Digest: sha256:e78a7000d93b2fabc0bfb6ff1504199f2f9bfb4a8b7350922c08dabf2b2bdbea
Status: Downloaded newer image for mariadb:10.6
Creating fossbilling_mariadb_1 ... 
Creating fossbilling_php_1 ... 
Creating fossbilling_mariadb_1
Creating fossbilling_php_1 ... done
Creating fossbilling_web_1 ... 
Creating fossbilling_web_1 ... done
Successfully rebuilt.
----------------------------------------------------
Waking up the container...
fossbilling_php_1 is up-to-date
fossbilling_mariadb_1 is up-to-date
fossbilling_web_1 is up-to-date
----------------------------------------------------
Running the preparation script...
Production content
Connecting to database root@mariadb/fossbilling
Waiting for the database container to go up (29)
Dropping database fossbilling
Creating database fossbilling
Connecting to fossbilling database with user root
Create SQL database structure from file /sql/structure.sql
Import content to database from file /sql/content.sql
Finished the prepration
----------------------------------------------------
Installing Composer dependencies...
Unable to find image 'composer:latest' locally
latest: Pulling from library/composer
530afca65e2e: Pull complete 
09cfb8455962: Pull complete 
b72bc08afeab: Pull complete 
7fb7a732550a: Pull complete 
42fa8815d748: Pull complete 
fb7bffe2121e: Pull complete 
7abc157d5ceb: Pull complete 
68fbd7c363fd: Pull complete 
ee61ef7c349c: Pull complete 
a8e70727425e: Pull complete 
7d98e55f7ade: Pull complete 
783e80a8cc87: Pull complete 
ea319dd75b72: Pull complete 
aa94404f73e0: Pull complete 
Digest: sha256:12cfcea0451fc62401f0b5b711d469efa981d258d4ef472cf78816fead6f16cf
Status: Downloaded newer image for composer:latest
Installing dependencies from lock file
Verifying lock file contents can be installed on current platform.
Package operations: 27 installs, 0 updates, 0 removals
  - Downloading symfony/polyfill-mbstring (v1.26.0)
  - Downloading docnet/tfpdf (v2.2.3)
  - Downloading psr/log (3.0.0)
  - Downloading filp/whoops (2.14.5)
  - Downloading composer/ca-bundle (1.3.3)
  - Downloading maxmind/web-service-common (v0.9.0)
  - Downloading maxmind-db/reader (v1.11.0)
  - Downloading geoip2/geoip2 (v2.13.0)
  - Downloading symfony/deprecation-contracts (v3.0.2)
  - Downloading psr/http-message (1.0.1)
  - Downloading psr/http-client (1.0.1)
  - Downloading ralouphie/getallheaders (3.0.3)
  - Downloading psr/http-factory (1.0.1)
  - Downloading guzzlehttp/psr7 (2.4.0)
  - Downloading guzzlehttp/promises (1.5.1)
  - Downloading guzzlehttp/guzzle (7.4.5)
  - Downloading michelf/php-markdown (1.9.1)
  - Downloading mustangostang/spyc (0.6.3)
  - Downloading symfony/polyfill-ctype (v1.26.0)
  - Downloading phpmailer/phpmailer (v6.6.3)
  - Downloading psr/container (2.0.2)
  - Downloading pimple/pimple (v3.5.0)
  - Downloading stripe/stripe-php (v7.128.0)
  - Downloading symfony/translation-contracts (v3.0.2)
  - Downloading symfony/translation (v6.0.11)
  - Downloading twig/twig (v3.4.1)
  - Downloading symfony/twig-bridge (v6.0.11)
  - Installing symfony/polyfill-mbstring (v1.26.0): Extracting archive
  - Installing docnet/tfpdf (v2.2.3): Extracting archive
  - Installing psr/log (3.0.0): Extracting archive
  - Installing filp/whoops (2.14.5): Extracting archive
  - Installing composer/ca-bundle (1.3.3): Extracting archive
  - Installing maxmind/web-service-common (v0.9.0): Extracting archive
  - Installing maxmind-db/reader (v1.11.0): Extracting archive
  - Installing geoip2/geoip2 (v2.13.0): Extracting archive
  - Installing symfony/deprecation-contracts (v3.0.2): Extracting archive
  - Installing psr/http-message (1.0.1): Extracting archive
  - Installing psr/http-client (1.0.1): Extracting archive
  - Installing ralouphie/getallheaders (3.0.3): Extracting archive
  - Installing psr/http-factory (1.0.1): Extracting archive
  - Installing guzzlehttp/psr7 (2.4.0): Extracting archive
  - Installing guzzlehttp/promises (1.5.1): Extracting archive
  - Installing guzzlehttp/guzzle (7.4.5): Extracting archive
  - Installing michelf/php-markdown (1.9.1): Extracting archive
  - Installing mustangostang/spyc (0.6.3): Extracting archive
  - Installing symfony/polyfill-ctype (v1.26.0): Extracting archive
  - Installing phpmailer/phpmailer (v6.6.3): Extracting archive
  - Installing psr/container (2.0.2): Extracting archive
  - Installing pimple/pimple (v3.5.0): Extracting archive
  - Installing stripe/stripe-php (v7.128.0): Extracting archive
  - Installing symfony/translation-contracts (v3.0.2): Extracting archive
  - Installing symfony/translation (v6.0.11): Extracting archive
  - Installing twig/twig (v3.4.1): Extracting archive
  - Installing symfony/twig-bridge (v6.0.11): Extracting archive
Generating autoload files
13 packages you are using are looking for funding.
Use the `composer fund` command to find out more!
Successfully installed the Composer dependencies.
----------------------------------------------------
Removing installation leftovers...
Successfully removed ./src/install/.
----------------------------------------------------
Installation complete.
To create your administrator account, please visit the following URL: http://localhost/bb-admin
----------------------------------------------------
FOSSBilling needs funding! We're working hard to maintain FOSSBilling in the long run. If you'd like to support us, please consider donating to our project. We'd really appreciate it! See https://github.com/sponsors/FOSSBilling for more information.
You can also join the FOSSBilling Discord server at https://fossbilling.org/discord.
evrifaessa commented 2 years ago
npm notice 
/usr/bin/env: ‘node’: No such file or directory

For some reason Node.js wasn't available in the container, so Gulp wasn't successfully ran. I'll check that when I go home.

abevol commented 2 years ago
npm notice 
/usr/bin/env: ‘node’: No such file or directory

For some reason Node.js wasn't available in the container, so Gulp wasn't successfully ran. I'll check that when I go home.

Ok, thanks.

evrifaessa commented 2 years ago

You can also manually run gulp for the time being.

BelleNottelling commented 1 year ago

Is this still valid?

BelleNottelling commented 1 year ago

Closing, I've heard no further reports of this issue with the docker image so it should be resolved.