How to Remove URCAP via the terminal in Docker?

Hey all. I’ve got some bug with my CAP (not surprised). Says “Extra Bytes at the end of class file [myFileName]” Whatever. I don’t know what’s causing that, but it is causing the simulator to crash while loading. I need to just remove that busted version of my CAP off the simulator, but I can’t boot into it to remove it. I’ve gone through the terminal in VSCode and straight up deleted the urcaps directories to make absolutely sure there’s no CAPs in there, but it still boots up with my busted CAP in there.

Should I just delete the dev container and start over?

Well after a lot of scratching my head, I just rebuilt the container. Seems like there should be an easier way to remove it but whatever.