We use az-cli docker image and then install npm and then install CDKTF npm package on top. Docker Image azure-cli:2.56.0 not supporting installation of CDKTF npm package. Till 2.55.0, it used to work. I could see lib6-compatpkgconf two packages have been removed and gcompatlibucontextmusl-obstack 3 packages got added newly in 2.56.0 compared to 2.55.0.
We had to use az-cli because of the reduced image size. Please check this issue.
Describe the bug
Hi,
We use az-cli docker image and then install npm and then install CDKTF npm package on top. Docker Image azure-cli:2.56.0 not supporting installation of CDKTF npm package. Till 2.55.0, it used to work. I could see
lib6-compat
pkgconf
two packages have been removed andgcompat
libucontext
musl-obstack
3 packages got added newly in 2.56.0 compared to 2.55.0.We had to use az-cli because of the reduced image size. Please check this issue.
Related command
Dockerfile
Execute:
docker buildx build -t azcli-2.56.0 .
Errors
Issue script & Debug output
Same as above
Expected behavior
Environment Summary
azure-cli 2.56.0 core 2.56.0 telemetry 1.1.0 Dependencies: msal 1.24.0b2 azure-mgmt-resource 23.1.0b2 Python location '/opt/az/bin/python3' Extensions directory '/home/pipelineagentadmin/.azure/cliextensions' Python (Linux) 3.11.5 (main, Jan 8 2024, 09:08:13) [GCC 11.4.0] Legal docs and information: aka.ms/AzureCliLegal Your CLI is up-to-date.
Additional context
No response