rustup target add x86_64-unknown-linux-musl
cargo build --release --target=x86_64-unknown-linux-musl
docker build -t ipecho:0.1.1 .