Closed johnstcn closed 2 months ago
@datapedd that message is returned by the agent provision script. Can you share the devcontainer.json
or Dockerfile
that you're trying to build? You may need to add a command to install curl
or wget
.
@johnstcn Curl is in the Dockerfile. The first time it builds fine, but when I just restart it, then it fails.
024-09-02 21:11:07.078 [warn] Sending logs via AgentAPI v2 coder_version=v2.14.2+d1cd784 [1menvbuilder[22m v1.0.0-rc.6+23d086e - Build development environments from repositories in a container
Found the problem. It is that curl has to be all the time in the dockerfile, if removed and then the workspace is restarted, then if fails. Should also be changed in the readme as it is not in it.
Should also be changed in the readme as it is not in it.
Thanks for the update @datapedd ! It sounds like a section specifically related to integrating with Coder would be useful here.
terraform.txt
Originally posted by @datapedd in https://github.com/coder/terraform-provider-envbuilder/issues/31#issuecomment-2323434755