4 lines
132 B
Bash
Executable File
4 lines
132 B
Bash
Executable File
rustup target add x86_64-unknown-linux-musl
|
|
cargo build --release --target=x86_64-unknown-linux-musl
|
|
docker build -t ipecho:0.1.1 .
|