From 3e80dd314acd2fc5773dd4eda55f7f4866df30b7 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 16 Aug 2022 10:24:50 +0200 Subject: [PATCH] try without cross --- automation/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index 48fc510..69b3cc7 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -11,4 +11,3 @@ ARG DEBIAN_FRONTEND=noninteractive ENV CROSS_CONTAINER_IN_CONTAINER=true RUN rustup component add rustfmt clippy -RUN cargo install cross