diff --git a/automation/Dockerfile-q7s b/automation/Dockerfile-q7s index 21b56439..b2604ff8 100644 --- a/automation/Dockerfile-q7s +++ b/automation/Dockerfile-q7s @@ -13,7 +13,7 @@ curl https://buggy.irs.uni-stuttgart.de/eive/tools/cortexa9hf-neon-xiphos-linux- RUN mkdir -p /usr/tools; \ curl https://buggy.irs.uni-stuttgart.de/eive/tools/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf.tar.gz \ | tar -xz -C /usr/tools - +RUN echo "test" ENV Q7S_SYSROOT="/usr/rootfs/cortexa9hf-neon-xiphos-linux-gnueabi" ENV PATH=$PATH:"/usr/tools/gcc-arm-8.3-2019.03-x86_64-arm-linux-gnueabihf/bin"