From 87ffcf5e4c7d188c09305dcf08f4fe41cbf20064 Mon Sep 17 00:00:00 2001 From: AtomicFS Date: Thu, 8 Feb 2024 16:46:39 +0100 Subject: [PATCH] fix(docker): missing ifdtool and cbfstool in container --- docker/coreboot/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/docker/coreboot/Dockerfile b/docker/coreboot/Dockerfile index 2198d4f1..b6de58f0 100644 --- a/docker/coreboot/Dockerfile +++ b/docker/coreboot/Dockerfile @@ -82,4 +82,5 @@ RUN echo "${XGCCPATH}" # Copy over things from previous stage(s) COPY --from=toolchain $XGCCPATH/.. $XGCCPATH/.. COPY --from=toolchain $TOOLSDIR/MEAnalyzer $TOOLSDIR/ +COPY --from=toolchain /usr/local/bin/* /usr/local/bin/