vscode-dev-containers
vscode-dev-containers copied to clipboard
Fix: "E: Unable to locate package manpages-posix"
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
@microsoft-github-policy-service agree