Error when building docker image #445
Unanswered
Edumarek123
asked this question in
Q&A
Replies: 1 comment
-
I am not able to reproduce this issue, the Dockerfile you provided build fine on my machine. Is the machine you are building on arm-based? If not you will need to install an emulator (we use qemu) to be able to cross compile. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My Dockerfile build is generating an error when buildind, every RUN command is generating an error.
pls help me solve, thanks
Dockerfile
Build command
sudo docker build . -t test
Error
Beta Was this translation helpful? Give feedback.
All reactions