MycroftAI / docker-mycroft

Mycroft Development Environment inside Docker!
97 stars 63 forks source link

Freezes during docker build #52

Closed ElCuboNegro closed 4 years ago

ElCuboNegro commented 5 years ago

The docker build freezes at this point, it seems like there is not input from the keyboard. I suggest to automate the best responses at this point or include the configuration on the dockerfile

Anotación 2019-04-28 040111

forslund commented 5 years ago

Hi, I think this can be worked around by adding the environment variable IS_TRAVIS to the build step.

The docker-mycroft project was community led but currently I don't think there's anyone maintaining it. If you're experienced with docker and like to help you're welcome to help out.

machinekoder commented 5 years ago

Create .dev_opts.json and add COPY .dev_opts.json /opt/ to the Dockerfile

{"use_branch": "master", "auto_update": true}
TheLastProject commented 4 years ago

Fixed in b18034cf85931d0d70c51e02a7b7d785b2cc5305.