microsoft / vscode-dev-containers

NOTE: Most of the contents of this repository have been migrated to the new devcontainers GitHub org (https://github.com/devcontainers). See https://github.com/devcontainers/template-starter and https://github.com/devcontainers/feature-starter for information on creating your own!
https://aka.ms/vscode-remote
MIT License
4.7k stars 1.41k forks source link

Failed to build when it comes to using docker-compose + heredocs #1661

Closed Ballsigno closed 1 year ago

Ballsigno commented 1 year ago

Hi, I'm facing a build error.

0.251.0 is fine, but 0.255.2 is failed.

Steps to Reproduce:

  1. reopen container using docker-compose + heredocs

  1. clone or DL source code (https://github.com/Ballsigno/for-vscode-dev-container-issue.git)
  2. Reopen in container (or F1 -> Clone Repository in Container Volume)

I assume this phenomenon is a bug.

Ballsigno commented 1 year ago

It seems this was fixed by v0.255.3, so I'll close this issue.