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

error when running: docker-compose up -d --build --scale nginx=3 #16

Open
MiguelSanzBr opened this issue Apr 5, 2024 · 0 comments
Open

Comments

@MiguelSanzBr
Copy link

=> ERROR [5/7] RUN apk add --update python python-dev py-pip build-base 4.2s

[5/7] RUN apk add --update python python-dev py-pip build-base:
2.706 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/main/x86_64/APKINDEX.tar.gz
3.119 fetch https://dl-cdn.alpinelinux.org/alpine/v3.19/community/x86_64/APKINDEX.tar.gz
3.774 ERROR: unable to select packages:
3.774 python (no such package):
3.774 required by: world[python]
3.774 python-dev (no such package):
3.774 required by: world[python-dev]


Dockerfile:10

9 |
10 | >>> RUN apk add --update
11 | >>> python
12 | >>> python-dev
13 | >>> py-pip
14 | >>> build-base
15 |

ERROR: failed to solve: process "/bin/sh -c apk add --update python python-dev py-pip build-base" did not complete successfully: exit code: 2
ERROR: Service 'laravel-echo-server' failed to build : Build failed

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