hiddify / Hiddify-Manager

Multi-user anti-filtering panel, with an effortless installation and supporting more than 20 protocols to circumvent filtering plus the telegram proxy.
https://hiddify.com
GNU General Public License v3.0
5.76k stars 678 forks source link

Docker build on centos8 error #3655

Open tangpop2000 opened 5 months ago

tangpop2000 commented 5 months ago

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

imTHAI commented 3 months ago

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 !