Boa tarde, pessoal! Eu fiz o comando docker-compose up --build na pasta alura-ms, porém surgiram os seguintes erros no final:
11.18 checking for pthread_mutex_consistent in -lpthread... yes
11.23 checking for pcre_compile in -lpcre... no
11.23 checking whether to enable oracle build flags... no
11.23 checking for sqlite 3 support for PDO... no
11.28 checking for gzgets in -lz... yes
11.28 checking for libbrotlienc... no
11.29 configure: error: Package requirements (libbrotlienc) were not met:
11.29
11.29 No package 'libbrotlienc' found
11.29
11.29 Consider adjusting the PKG_CONFIG_PATH environment variable if you
11.29 installed software in a non-standard prefix.
11.29
11.29 Alternatively, you may set the environment variables BROTLIENC_CFLAGS
11.29 and BROTLIENC_LIBS to avoid the need to call pkg-config.
11.29 See the pkg-config man page for more details.
11.38 ERROR: `/tmp/pear/temp/swoole/configure --with-php-config=/usr/local/bin/php-config --enable-sockets=no --enable-openssl=no --enable-mysqlnd=no --enable-swoole-curl=no --enable-cares=no --enable-brotli=yes --enable-swoole-pgsql=no --with-swoole-odbc=no --with-swoole-oracle=no --enable-swoole-sqlite=no' failed
------
failed to solve: process "/bin/sh -c pecl install swoole" did not complete successfully: exit code: 1
Sinceramente, não sei como resolver e não encontrei nada no Google pra ajudar. Alguém já teve esse mesmo problema?
Obrigado.