nuxeo-sandbox / nuxeo-presales-docker

Bootstrap tools for Nuxeo and Docker

Home Page:https://github.com/nuxeo-sandbox/nuxeo-presales-docker/wiki

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

unexpected character "-" in variable name near...

jfletcher-nuxeo opened this issue · comments

Describe the bug
If you have more than one package in NUXEO_PACKAGES you may get the error unexpected character "-" in variable name near...

To Reproduce
Steps to reproduce the behavior:
Add more than one Nuxeo Package to NUXEO_PACKAGES in .env

This is apparently because of a breaking change in Docker, see for example:

laradock/laradock#3076
tiangolo/full-stack-fastapi-template#427

The solution appears to be to add quotes around the values assigned to variables.