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