podman run -it --rm -v ./:/workspace --security-opt label=disable alpine:3.22
apk add build-base rustup
rustup-init
source .cargo/env
rustup install nightly
rustup component add rust-src --toolchain nightly-x86_64-unknown-linux-musl
wget https://github.com/microsoft/edit/archive/refs/tags/v1.2.1.tar.gz
tar xvf v1.2.1.tar.gz
cd edit-1.2.1/
cargo build --release
cp target/release/edit /workspace