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
debian:bullseye bug has been pin pointed to the following problem:
1. asdf-erlang is using kerl in order to install erlang
3. kerl is using ps on multiple occasions
4. ps is a product of the procps apt-get package, which is available at mcr.microsoft.com/devcontainers/base:bullseye but is missing from debian:bullseye
The solution is to install procps as a prerequisite
Other problems that made debugging this issue especially difficult:
asdf-erlang doesnt clean kerl's otp_installations file, therefore further installation attempts after first failure will trigger kerl's already registered error. There is no way to recover from this other than manually delete this file. A simillar with bug with different circumstances already "closed"
Feature id and version
erlang-asdf
Devcontainer base Image
several
What happened?
ok images:
bad images:
debian:bullseye (unknown reason)
debian:bookworm (different apt-get packages required)
Relevant log output
No response
The text was updated successfully, but these errors were encountered: