-
Notifications
You must be signed in to change notification settings - Fork 44.9k
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
Dockerfile installation error #2488
Labels
bug
A bug.
Comments
Same for me |
I solved this by changing |
Pull request has been merged, please let me know if this fixes the problem. |
Thank you. Problem solved! |
Guancheng1
pushed a commit
to Guancheng1/Guancheng1.github.io
that referenced
this issue
Nov 8, 2024
Update Dockerfile academicpages#2488
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
Failure to install Bundler and dependencies during Docker build process.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
[+] Building 1.9s (8/9) docker:desktop-linux
=> CANCELED [1/5] FROM docker.io/library/ruby:3.2@sha256:f91b6fc160a5a82 0.0s
=> CACHED [2/5] RUN apt-get update && apt-get install -y build-essen 0.0s
=> CACHED [3/5] WORKDIR /usr/src/app 0.0s
=> ERROR [4/5] COPY Gemfile Gemfile.lock ./ 0.0s
Screenshots
Desktop (please complete the following information):
The text was updated successfully, but these errors were encountered: