Build Docker image #28
Unanswered
davidclaeysquinones
asked this question in
Q&A
Replies: 1 comment 2 replies
-
Does it also fail if you use the requements.txt instead of specifying packages manually? |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I saw this issue #5, and tried to build the project for myself.
I used the following command to build my image
docker build -t asksonic .
This is the Dockerfile I use :
This is the error log that I get as a result, at least the part that I managed to copy
The error log is actually so big that I'm not able to copy all of it. I suspect that it's a compiler error but have no clue why it's happening and what I could do to fix it. I've tried using libressl instead of openssl, using different python versions without much success.
I also strongly doubt that when it builds, the environment variables will work as intended. It's my first time building an image and I've not been able to test my image in a functional way yet.
Additionally when I build the image, Docker pulls an incredible amount of images and even makes some random containers, this might be happening because the build fails or because something else is wrong.
Beta Was this translation helpful? Give feedback.
All reactions