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

Getting the following error when I try to install docker inside the docker container #11

Open
RajeshKumarT21 opened this issue May 1, 2023 · 1 comment

Comments

@RajeshKumarT21
Copy link

=> [internal] load metadata for docker.io/jenkins/jenkins:latest 0.0s
=> CACHED [1/6] FROM docker.io/jenkins/jenkins 0.0s
=> ERROR [2/6] RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" && python get-pip.py 2.1s

[2/6] RUN curl "https://bootstrap.pypa.io/get-pip.py" -o "get-pip.py" && python get-pip.py:
#0 0.363 % Total % Received % Xferd Average Speed Time Time Time Current
#0 0.365 Dload Upload Total Spent Left Speed
100 2518k 100 2518k 0 0 1479k 0 0:00:01 0:00:01 --:--:-- 1478k
#0 2.069 /bin/sh: 1: python: not found


failed to solve: process "/bin/sh -c curl "https://bootstrap.pypa.io/get-pip.py\" -o "get-pip.py" && python get-pip.py" did not complete successfully: exit code: 127

@vikkasgupta
Copy link

python is not installed in your machine. You need to install python on your machine: https://www.python.org/downloads/

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

2 participants