Feature id and version
ghcr.io/devcontainers-extra/features/ruby-asdf:0
Dev Container base Image
mcr.microsoft.com/devcontainers/base:trixie
What happened?
The apt installation command has some obsolete packages from the Trixie release:
apt-get install -y --no-install-recommends curl ca-certificates software-properties-common build-essential gnupg2 libreadline-dev procps dirmngr gawk autoconf automake bison libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev libtool libyaml-dev pkg-config sqlite3 zlib1g-dev libgmp-dev libssl-dev
Relevant log output
Reading package lists... Done
Building dependency tree... Done
Reading state information... Done
Note, selecting 'libncurses-dev' instead of 'libncurses5-dev'
Package autoconf is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package automake is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package libtool is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
Package bison is not available, but is referred to by another package.
This may mean that the package is missing, has been obsoleted, or
is only available from another source
E: Unable to locate package software-properties-common
E: Unable to locate package gawk
E: Package 'autoconf' has no installation candidate
E: Package 'automake' has no installation candidate
E: Package 'bison' has no installation candidate
E: Package 'libtool' has no installation candidate
E: Unable to locate package libyaml-dev
E: Unable to locate package sqlite3
Feature id and version
ghcr.io/devcontainers-extra/features/ruby-asdf:0
Dev Container base Image
mcr.microsoft.com/devcontainers/base:trixie
What happened?
The
aptinstallation command has some obsolete packages from the Trixie release:apt-get install -y --no-install-recommends curl ca-certificates software-properties-common build-essential gnupg2 libreadline-dev procps dirmngr gawk autoconf automake bison libffi-dev libgdbm-dev libncurses5-dev libsqlite3-dev libtool libyaml-dev pkg-config sqlite3 zlib1g-dev libgmp-dev libssl-devRelevant log output