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

fix(tests-functional)_: Docker fails to install packages #6291

Open
friofry opened this issue Jan 29, 2025 · 0 comments
Open

fix(tests-functional)_: Docker fails to install packages #6291

friofry opened this issue Jan 29, 2025 · 0 comments

Comments

@friofry
Copy link
Contributor

friofry commented Jan 29, 2025

When I run the command
docker compose -f docker-compose.anvil.yml -f docker-compose.test.status-go.yml -f docker-compose.status-go.local.yml up --build --remove-orphans
(or make test-functional)

from https://github.com/status-im/status-go/blob/309d17ae5b2bc1a0492b1bd09e514c1de8cc5af5/tests-functional/README.MD#run-tests

I am getting the following error:

 => [deploy-sntv2 internal] load build context                                                                                                           0.0s
 => => transferring context: 35B                                                                                                                         0.0s
 => ERROR [deploy-sntv2 2/6] RUN apk update &&     apk add git bash                                                                                      0.2s
------
[+] Running 0/22 2/6] RUN apk update &&     apk add git bash:
 ⠼ Service status-backend  Building                                                                                                                      0.4s
 ⠼ Service deploy-sntv2    Building                                                                                                                      0.4s
failed to solve: process "/bin/sh -c apk update &&     apk add git bash" did not complete successfully: exit code: 127
friofry added a commit that referenced this issue Jan 29, 2025
since we are using `:latest` tag, the pkg manager is updated
* apk -> apt-get

fixes #6291
friofry added a commit that referenced this issue Jan 29, 2025
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

Successfully merging a pull request may close this issue.

1 participant