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

Node test container not building #110

Open
Guilhem-DELAITRE opened this issue Nov 26, 2022 · 0 comments
Open

Node test container not building #110

Guilhem-DELAITRE opened this issue Nov 26, 2022 · 0 comments

Comments

@Guilhem-DELAITRE
Copy link
Contributor

This is what I got when launching tests.sh script :

=> [internal] load build definition from Dockerfile.node 
=> => transferring dockerfile: 492B         
=> [internal] load .dockerignore              
=> => transferring context: 2B          
=> [internal] load metadata for docker.io/library/node:10.12.0     
=> [internal] load build context                  
=> => transferring context: 8.33kB            
=> [1/7] FROM docker.io/library/node:10.12.0@sha256:00a7fb3df8e94ed24f42c2920f132f06e92ea5ed69b1c5e53c4bb3d20e85a3e2 
=> CACHED [2/7] RUN apt-get update && apt-get install --upgrade dnsutils python-pip libpython-dev -y          
=> ERROR [3/7] RUN pip install requests PyYAML  
------
> [3/7] RUN pip install requests PyYAML:
#6 0.981 Requirement already satisfied (use --upgrade to upgrade): requests in /usr/lib/python2.7/dist-packages
#6 0.984 Downloading/unpacking PyYAML
#6 1.795   Running setup.py (path:/tmp/pip-build-rIrAWg/PyYAML/setup.py) egg_info for package PyYAML
#6 1.865     Traceback (most recent call last):
#6 1.865       File "<string>", line 17, in <module>
#6 1.865       File "/tmp/pip-build-rIrAWg/PyYAML/setup.py", line 67, in <module>
#6 1.865         import sys, os, os.path, pathlib, platform, shutil, tempfile, warnings
#6 1.865     ImportError: No module named pathlib
#6 1.873     Complete output from command python setup.py egg_info:
#6 1.873     Traceback (most recent call last):
#6 1.873
#6 1.873   File "<string>", line 17, in <module>
#6 1.873
#6 1.873   File "/tmp/pip-build-rIrAWg/PyYAML/setup.py", line 67, in <module>
#6 1.873
#6 1.873     import sys, os, os.path, pathlib, platform, shutil, tempfile, warnings
#6 1.873
#6 1.873 ImportError: No module named pathlib
#6 1.873
#6 1.873 ----------------------------------------
#6 1.873 Cleaning up...
#6 1.885 Command python setup.py egg_info failed with error code 1 in /tmp/pip-build-rIrAWg/PyYAML
#6 1.887 Storing debug log for failure in /root/.pip/pip.log
------
executor failed running [/bin/sh -c pip install requests PyYAML]: exit code: 1
@Guilhem-DELAITRE Guilhem-DELAITRE changed the title Node container not building Node test container not building Nov 26, 2022
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