Disable features in docker build

This commit is contained in:
2023-09-17 23:47:56 +02:00
parent ffcba0dbe4
commit 0f07fd0a0c

View File

@@ -6,7 +6,7 @@ set -o errexit
rustup target add x86_64-unknown-linux-musl
cargo build --target x86_64-unknown-linux-musl --release
cargo build --target x86_64-unknown-linux-musl --no-default-features --release
docker build -t packager:latest .
docker tag packager:latest packager:$(git rev-parse HEAD)