You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 25, 2023. It is now read-only.
I've followed the instructions from the README using WSL 2 to install Docker in Ubuntu.
I cloned this repository (build-image) from within WSL, not through Windows.
The target project directory however is a mount in Ubuntu that points to the Windows filesystem.
I already had to use dos2unix to be able to run the ./test-tools/start-image.sh which otherwise showed me the same error. Unfortunately i can't use this command or install this tool in the buildbot shell.
This is the output:
buildbot@5c4d253a1237:/$ /opt/build-bin/build npm run build
bash: /opt/build-bin/build: /bin/bash^M: bad interpreter: No such file or directory
It's totally possible, if not likely, that it's an issue on my side and not the project, but i've read the README thoroughly and can't figure it out. Any help is highly appreciated.
Describe the bug
I've followed the instructions from the README using WSL 2 to install Docker in Ubuntu.
I cloned this repository (build-image) from within WSL, not through Windows.
The target project directory however is a mount in Ubuntu that points to the Windows filesystem.
I already had to use dos2unix to be able to run the
./test-tools/start-image.shwhich otherwise showed me the same error. Unfortunately i can't use this command or install this tool in the buildbot shell.This is the output:
It's totally possible, if not likely, that it's an issue on my side and not the project, but i've read the README thoroughly and can't figure it out. Any help is highly appreciated.
To Reproduce
Steps to reproduce the behavior: