-
Notifications
You must be signed in to change notification settings - Fork 5
Description
This issue is for a: (mark with an x)
- [x] bug report -> please search issues before submitting
- [ ] feature request
- [ ] documentation issue or request
- [ ] regression (a behavior that used to work and stopped in a new release)
Minimal steps to reproduce
- Git clone repo
- Open folder in container
- Automatic execution of
postCreateCommand.shfails with log message below.
Any log messages given by the failure
[318402 ms] Start: Run in container: /bin/sh -c bash .devcontainer/sql/postCreateCommand.sh P@ssw0rd! './bin/Debug/' './.devcontainer/sql/'
.devcontainer/sql/postCreateCommand.sh: line 7: $'\r': command not found
0+1 records in
0+1 records out
28 bytes copied, 0.000887324 s, 31.6 kB/s
.devcontainer/sql/postCreateCommand.sh: line 9: syntax error near unexpected token$'\r'' 'devcontainer/sql/postCreateCommand.sh: line 9:for i in {1..60};What's next:
Try Docker Debug for seamless, persistent debugging tools in any container or image → docker debug cdd17efc8eb2df6013b3229488477cd30bf0d5baed79c624fbdf1684e7c62768
Learn more at https://docs.docker.com/go/debug-cli/
[319057 ms] postCreateCommand failed with exit code 2. Skipping any further user-provided commands.
Done. Press any key to close the terminal.
Expected/desired behavior
- No failure expected. LIbrary database fails to install.
OS and Version?
- Windows 11 Docker with WSL2
Versions
- latest commit to
mainon this repo 0a1ba8c