Hiddify-Manager
Hiddify-Manager copied to clipboard
Docker build on centos8 error
./common/utils.sh: line 112: pip: command not found Package cli_progress==1.7.0 is not installed.
./common/utils.sh: line 123: pip: command not found ./common/utils.sh: line 348: cli_progress: command not found Failed to open terminal.
ERROR: Service 'hiddify' failed to build: The command '/bin/sh -c bash install.sh install-docker' returned a non-zero code: 127
It has already been asked, I’ve been luckier than you in my preliminary search among the issues: #3579
For pip you have to add pip in the lists of packages to install in the Dockerfile . Because, indeed, it is required but not installed.. 🤷♂️
In the line RUN apt-get update && apt-get install -y add pip
@lymanjre First, thank you for this great project. I completely understand that docker is not supported but then, frankly, it is better not to put any tutorial to install docker than to put this one. Because the guy who created this Dockerfile obviously did not even bother to test it !
update ?
you can follow all learning's material about the panel here: hiddify.com/manager hiddify.com/fa/manager