JanitorTechnology / dockerfiles

popular development environments as containers
https://hub.docker.com/u/janitortechnology/
53 stars 20 forks source link

[chromium] Dockerfile parse error line 10: unknown instruction: EXPORT #143

Closed jankeromnes closed 6 years ago

jankeromnes commented 6 years ago

It seems like the latest commit ba22b5356746006bedfd57da81ced38f7923947e introduces a Dockerfile syntax error at line 10:

Error response from daemon: Dockerfile parse error line 10: unknown instruction: EXPORT
Exited with code 1

@beaufortfrancois Maybe the multi-line cat doesn't work after all in a Dockerfile?

Build logs: https://circleci.com/gh/JanitorTechnology/dockerfiles/432

beaufortfrancois commented 6 years ago

And I just noticed these Docker issues:

I'll submit another PR to fix my mistakes shortly.