Skip to content

Commit

Permalink
fix(docker): missing ifdtool and cbfstool in container
Browse files Browse the repository at this point in the history
  • Loading branch information
AtomicFS committed Feb 13, 2024
1 parent 93c760e commit 87ffcf5
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/coreboot/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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/

0 comments on commit 87ffcf5

Please sign in to comment.