Hello,
I’m trying to follow the guide at this address: Writing Your First Dockerfile = ixora-carrier-board & os = torizon
When compiling, I have this error:
Step 2/3: RUN apt update & apt apt nano -y
---> Running in 0abd71c903ec
standard_init_linux.go: 211: exec user process caused "exec format error"
The command '/ bin / sh -c apt update && apt install nano -y' returned a non-zero code: 1
I tested with several configuration:
- ubuntu 18.04 with docker version 19.03.2, build 6a30dfc
- windows 10 Home with dockertoolbox
I still have the same mistake. If on the other hand instead of:
FROM torizon/debian-lxde:buster
I use:
FROM ubuntu:18.04
the compilation is going well. Do you have an idea of the problem ?
note: with mac os and docker desktop the compilation succeeded.
Thanks,
Fred