From b6a8f5e8d7a6398b3967afa7e962763a6df29060 Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Sun, 31 Oct 2021 11:41:24 +0100 Subject: Fix sysroot path --- Containerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Containerfile b/Containerfile index c21b4ff..e1e1581 100644 --- a/Containerfile +++ b/Containerfile @@ -11,7 +11,7 @@ RUN \ && \ apt-get clean -RUN mkdir /opt/sysroot +RUN mkdir -p /opt/toolchain/sysroot RUN mkdir /build RUN useradd -U -u 1000 -d /build -M build -- cgit v1.2.3