利用Docker创建了一个Ubuntu容器(版本20.04),但apt版本为1.0.1,想问一下如何更新apt?已经尝试的方式apt update
无法复现
PS C:\Users\18463> docker run --rm -it --entrypoint bash ubuntu:20.04 root@f18cffd07f68:/# apt --version apt 2.0.6 (amd64)