build-unit-test-docker: Add missing stdplus deps
Change-Id: I70580c511b48c4e6d725bfe472a99043a16589b7
Signed-off-by: William A. Kennington III <wak@google.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 691f9cd..2563efd 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -379,6 +379,8 @@
make install
FROM openbmc-base as openbmc-stdplus
+COPY --from=openbmc-fmt ${PREFIX} ${PREFIX}
+COPY --from=openbmc-span-lite ${PREFIX} ${PREFIX}
RUN curl -L https://github.com/openbmc/stdplus/archive/${PKG_REV['openbmc/stdplus']}.tar.gz | tar -xz && \
cd stdplus-* && \
meson build -Dprefix=${PREFIX} -Dtests=disabled -Dexamples=false && \