diff --git a/ci/run-docker.sh b/ci/run-docker.sh
index c14f34c50315c4281fca70e962adde5dafaa3959..e963078af8c1528e0e643d107e6542b71903f7c4 100644
--- a/ci/run-docker.sh
+++ b/ci/run-docker.sh
@@ -23,8 +23,6 @@ run() {
       --env CARGO_TARGET_DIR=/checkout/target \
       --workdir /checkout \
       --privileged \
-      --interactive \
-      --tty \
       libc \
       ci/run.sh $1
 }