Open danielbraun89 opened 1 year ago
debian:bullseye
bug has been pin pointed to the following problem:
1. asdf-erlang is using kerl in order to install erlang
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:
This project is not associated with the devcontainer project and appears to have been abandoned https://github.com/devcontainers-contrib/features/issues/628 . The official project has removed all devcontainer-contrib features from their listing. https://github.com/devcontainers/devcontainers.github.io/issues/451. There is a fork that is being worked on to update and maintain the features https://github.com/devcontainers-extra/features
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