"vscode:/vscode.git/clone" did not exist on "b70d355521fd02737c4de2a1583025699f1554f8"
Simplify apk command in Dockerfile
With apk `--no-cache` parameter, there is no need to run `apk update` and manually clean up the cache, apk will update automatically without leaving local cache files to be cleaned up.
Please register or sign in to comment