-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Description
I have downloaded the docker desktop, which includes docker-compose. After cloning the repository, the execution of docker-compose fails, the error occurs on windows:
ERROR [proxy 3/6] RUN apt-get update && apt-get install -y git curl libssl-dev libreadline-dev zlib1g-dev autoconf bison build-ess 5.0s
[proxy 3/6] RUN apt-get update && apt-get install -y git curl libssl-dev libreadline-dev zlib1g-dev autoconf bison build-essential libyaml-dev libncurses5-dev libffi-dev libgdbm-dev && curl -sL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-installer | bash -:
2.853 Ign http://security.debian.org jessie/updates InRelease
2.856 Ign http://deb.debian.org jessie InRelease
3.252 Ign http://security.debian.org jessie/updates Release.gpg
3.267 Ign http://deb.debian.org jessie Release.gpg
3.560 Ign http://deb.debian.org jessie Release
3.561 Ign http://security.debian.org jessie/updates Release
3.865 Err http://security.debian.org jessie/updates/main amd64 Packages
3.865
3.867 Err http://deb.debian.org jessie/main amd64 Packages
3.867
4.117 Err http://security.debian.org jessie/updates/main amd64 Packages
4.117
4.122 Err http://deb.debian.org jessie/main amd64 Packages
4.122
4.479 Err http://deb.debian.org jessie/main amd64 Packages
4.479
4.479 Err http://security.debian.org jessie/updates/main amd64 Packages
4.479
4.733 Err http://deb.debian.org jessie/main amd64 Packages
4.733
4.749 Err http://security.debian.org jessie/updates/main amd64 Packages
4.749
4.971 Err http://deb.debian.org jessie/main amd64 Packages
4.971 404 Not Found
4.997 Err http://security.debian.org jessie/updates/main amd64 Packages
4.997 404 Not Found [IP: 151.101.66.132 80]
5.003 W: Failed to fetch http://deb.debian.org/debian/dists/jessie/main/binary-amd64/Packages 404 Not Found
5.003
5.003 W: Failed to fetch http://security.debian.org/debian-security/dists/jessie/updates/main/binary-amd64/Packages 404 Not Found [IP: 151.101.66.132 80]
5.003
5.003 E: Some index files failed to download. They have been ignored, or old ones used instead.
failed to solve: process "/bin/sh -c apt-get update && apt-get install -y git curl libssl-dev libreadline-dev zlib1g-dev autoconf bison build-essential libyaml-dev libncurses5-dev libffi-dev libgdbm-dev && curl -sL https://github.com/rbenv/rbenv-installer/raw/main/bin/rbenv-installer | bash -" did not complete successfully: exit code: 100
Thank You!!