-
Notifications
You must be signed in to change notification settings - Fork 9.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
API Dockerfile install issue #13150
Comments
12.01 Reading state information... Dockerfile:51 50 | ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y --no-install-recommends curl nodejs libgmp-dev libmpfr-dev libmpc-dev && echo "deb http://deb.debian.org/debian testing main" > /etc/apt/sources.list && apt-get update && apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.19+dfsg-1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1 && apt-get install -y fonts-noto-cjk && apt-get autoremove -y && rm -rf /var/lib/apt/lists/*" did not complete successfully: exit code: 100 |
Hey there, @BenjaminX! I'm here to help you with any bugs, questions, or contributions you have. Let's squash those bugs together while you wait for a human maintainer. I found a similar closed issue regarding Docker build problems related to package availability. The issue was resolved by updating the package version in the Dockerfile [1]. In your case, the error indicates that the specified version of
These steps should help you resolve the package installation issue during the Docker build process. To continue talking to Dosu, mention @dosu. Help Dosu learn! Give it feedback: Great Response | Irrelevant Answer | Incorrect Sources | Too Verbose | Hallucination | Other |
Self Checks
Dify version
0.15.2
Cloud or Self Hosted
Self Hosted (Docker)
Steps to reproduce
Docker building
✔️ Expected Behavior
apt-get install -y --no-install-recommends expat=2.6.4-1 libldap-2.5-0=2.5.19+dfsg-1 perl=5.40.0-8 libsqlite3-0=3.46.1-1 zlib1g=1:1.3.dfsg+really1.3.1-1+b1
libldap-2.5-0=2.5.19+dfsg-1 package install
❌ Actual Behavior
12.02 E: Version '2.5.19+dfsg-1' for 'libldap-2.5-0' was not found
The text was updated successfully, but these errors were encountered: