Hiddify-Manager icon indicating copy to clipboard operation
Hiddify-Manager copied to clipboard

Docker build on centos8 error

Open tangpop2000 opened this issue 1 year ago • 1 comments

./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

tangpop2000 avatar Feb 21 '24 05:02 tangpop2000

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 !

imTHAI avatar Apr 06 '24 08:04 imTHAI

update ?

vincent1890 avatar Aug 30 '24 11:08 vincent1890

you can follow all learning's material about the panel here: hiddify.com/manager hiddify.com/fa/manager

litoosh13 avatar Oct 04 '24 19:10 litoosh13