From 69f39b765b67c8c24c6b8a2123c8d1d38aeb093e Mon Sep 17 00:00:00 2001 From: Robin Mueller Date: Tue, 19 Apr 2022 18:30:21 +0200 Subject: [PATCH] curl cant use wildcards --- automation/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/automation/Dockerfile b/automation/Dockerfile index eb04389e..32d7240f 100644 --- a/automation/Dockerfile +++ b/automation/Dockerfile @@ -8,7 +8,7 @@ RUN apt-get --yes install cmake libgpiod-dev xz-utils nano curl git gcc g++ lcov # Q7S root filesystem, required for cross-compilation. RUN mkdir -p /usr/rootfs; \ -curl https://buggy.irs.uni-stuttgart.de/eive/tools/eive-compile-rootfs-*.tar.xz \ +curl https://buggy.irs.uni-stuttgart.de/eive/tools/eive-compile-rootfs-v0.1.0-7-gae69838.tar.xz \ | tar -xJ -C /usr/rootfs # Cross compiler