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

Dockerfile failed: version '6.0-23+deb10u1' for 'unzip' was not found #61

Open
nikAizuddin opened this issue Mar 28, 2022 · 2 comments
Open

Comments

@nikAizuddin
Copy link

Build failed at this line

RUN apt-get install -y unzip=6.0-23+deb10u1 wget=1.20.1-1.1

Got error message:

E: Version '6.0-23+deb10u1' for 'unzip' was not found
@zombozo12
Copy link

Hi, have you tried without specific version on unzip package?

@igorhaf
Copy link

igorhaf commented May 30, 2022

replace RUN apt-get install -y unzip=6.0-23+deb10u1 wget=1.20.1-1.1
for RUN apt-get install -y unzip wget

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

3 participants