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

Fix: "E: Unable to locate package manpages-posix" #1682

Open ZarTek-Creole opened 1 year ago

ZarTek-Creole commented 1 year ago

If ${ADD_NON_FREE_PACKAGES} is true and Debian is "stable"

The replacement with sed does not work because it does not find the code name (VERSION_CODENAME) , it must find and replace the value "stable" instead of "${VERSION_CODENAME}" retrieve from /etc/os- release

ZarTek-Creole commented 1 year ago

@microsoft-github-policy-service agree