[2/8] RUN apt update && apt install -y --no-install-recommends python3 python3-distutils cmake git curl wget libeigen3-dev sudo:
0.294 exec /bin/sh: exec format error
Dockerfile:11
10 |
11 | >>> RUN apt update &&
12 | >>> apt install -y --no-install-recommends
13 | >>> python3
14 | >>> python3-distutils
15 | >>> cmake
16 | >>> git
17 | >>> curl
18 | >>> wget
19 | >>> libeigen3-dev
20 | >>> sudo
21 |
ERROR: failed to solve: process "/bin/sh -c apt update && apt install -y --no-install-recommends python3 python3-distutils cmake git curl wget libeigen3-dev sudo" did not complete successfully: exit code: 1
make: *** [Makefile:12: lmb-freiburg-netdef] Error 1`
Dockerfile:11
10 |
11 | >>> RUN apt update &&
12 | >>> apt install -y --no-install-recommends
13 | >>> python3
14 | >>> python3-distutils
15 | >>> cmake
16 | >>> git
17 | >>> curl
18 | >>> wget
19 | >>> libeigen3-dev
20 | >>> sudo
21 |
ERROR: failed to solve: process "/bin/sh -c apt update && apt install -y --no-install-recommends python3 python3-distutils cmake git curl wget libeigen3-dev sudo" did not complete successfully: exit code: 1
make: *** [Makefile:12: lmb-freiburg-netdef] Error 1`