diff --git a/Justfile b/Justfile index c5c7aed..2615e62 100644 --- a/Justfile +++ b/Justfile @@ -20,7 +20,7 @@ keysyms: docker container run --rm \ --name keysym_generator \ --mount type=bind,source="$(pwd)",target=/xkeysym \ - -it rust:slim \ + rust:slim \ sh -c "apt-get update -y && apt-get install x11proto-core-dev -y --no-install-recommends && \ cargo run --manifest-path /xkeysym/keysym-generator/Cargo.toml \ /xkeysym/src/automatically_generated.rs"