ByteArena / ba

Byte Arena CLI
https://doc.bytearena.com
Other
17 stars 1 forks source link

ba generate fails on mint18 #41

Closed corpr8 closed 6 years ago

corpr8 commented 6 years ago
ba generate nodejs
  ├ version: v0.0.9
  └ Failed to execute command
    ├ command: generate
    └ ba build failed
      └ Unknown flag: from
corpr8 commented 6 years ago

To be a bit more helpful:

Step 9/11 : COPY --from=0 /tmp/node_modules /usr/app/node_modules

❌ An error occurred.

ba generate nodejs ├ version: v0.0.9 └ Failed to execute command ├ command: generate └ ba build failed └ Unknown flag: from

ls /usr/app ls: cannot access '/usr/app': No such file or directory

ls /tmp/node_modules ls: cannot access '/tmp/node_modules': No such file or directory

node --version v9.2.1

4.4.0-21-generic #37-Ubuntu

xtuc commented 6 years ago

What version of Docker are you using? It seems that it doesn't support the multi-stage build Dockerfile we use here.

Could you please update it to v17.05 or higher?

corpr8 commented 6 years ago

That's got it - thanks, Happy new year :+1: