Skip to content
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

build failed with apt-get update && apt-get install curl && apt-get install unzip #4

Open
mehulvadodariya2012 opened this issue Sep 24, 2024 · 0 comments

Comments

@mehulvadodariya2012
Copy link

Describe the bug
ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl && apt-get install unzip" did not complete successfully: exit code: 100

Screenshots
image

Additional context

Dockerfile:13

12 |     #Install utilities
13 | >>> RUN apt-get update && \ 
14 | >>>     apt-get install -y curl && \
15 | >>>     apt-get install unzip
16 |     

ERROR: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y curl && apt-get install unzip" did not complete successfully: exit code: 100
Error: Docker build failed with exit code 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant