From 490b05e612e8feaa56e881c84288ee3ab431f862 Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Fri, 1 Dec 2023 16:28:22 +0100 Subject: [PATCH] that should do the job --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index f3085db..9cee2c3 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -15,7 +15,7 @@ RUN rustup install nightly && \ rustup target add thumbv7em-none-eabihf armv7-unknown-linux-gnueabihf && \ rustup component add rustfmt clippy llvm-tools-preview -RUN curl -sSL https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar -x --directory /usr/local/bin +RUN curl -sSL https://github.com/mozilla/grcov/releases/download/v0.8.19/grcov-x86_64-unknown-linux-gnu.tar.bz2 | tar -xj --directory /usr/local/bin # SSH stuff to allow deployment to doc server RUN adduser --uid 114 jenkins