
我在 WSL2 (Ubuntu) 中使用 docker,並嘗試建立 docker 映像。該鏡像需要安裝:apt install -y linux-image-$(uname -r) linux-headers-$(uname -r)
.
我收到以下錯誤:
E: Unable to locate package linux-image-5.10.102.1-microsoft-standard-WSL2
E: Unable to locate package linux-headers-5.10.102.1-microsoft-standard-WSL2