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

Docker build crashes instantly #420

Open
TotallyNotSethP opened this issue Sep 24, 2022 · 4 comments
Open

Docker build crashes instantly #420

TotallyNotSethP opened this issue Sep 24, 2022 · 4 comments

Comments

@TotallyNotSethP
Copy link

When I run docker build -t luartos:1.0.0 ., it gets to Step 10 then complains:

Step 10/15 : RUN /usr/bin/python -m pip install --user -r ~/esp-idf/requirements.txt
 ---> Running in bb6e9b3f780e
Could not open requirements file: [Errno 2] No such file or directory: '/home/builder/esp-idf/requirements.txt'
The command '/bin/sh -c /usr/bin/python -m pip install --user -r ~/esp-idf/requirements.txt' returned a non-zero code: 1

What's going on?

@elsbiet
Copy link
Contributor

elsbiet commented Oct 7, 2022

sad to say: i'm afraid, lua-rtos-esp32 is dead.

@the0ne
Copy link
Collaborator

the0ne commented Oct 7, 2022

@elsbiet Not sure your comment is any good. You could help instead. It's a community project so everyone should feel invited to help each other.

@progerstar
Copy link

You can change this line in the Dockerfile to RUN /bin/sh -c /usr/bin/python -m pip install --user pyserial future cryptography pyparsing

@aplimg
Copy link

aplimg commented Mar 24, 2023

@progerstar, thank you for the line change information of the Dockerfile. It works.

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

5 participants