openpower-dbus-interfaces dependency update

It now depends on some common errors defined within
phosphor-dbus-interfaces

Change-Id: I4b86bc553b7a385f7e1e17ace3c9f8cce075ff0e
Signed-off-by: Andrew Geissler <geissonator@yahoo.com>
diff --git a/build-unit-test-docker.sh b/build-unit-test-docker.sh
index 0caae48..997eee3 100755
--- a/build-unit-test-docker.sh
+++ b/build-unit-test-docker.sh
@@ -357,6 +357,7 @@
 
 FROM openbmc-base as openbmc-openpower-dbus-interfaces
 COPY --from=openbmc-sdbusplus ${PREFIX} ${PREFIX}
+COPY --from=openbmc-phosphor-dbus-interfaces ${PREFIX} ${PREFIX}
 RUN curl -L https://github.com/openbmc/openpower-dbus-interfaces/archive/${PKG_REV['openpower-dbus-interfaces']}.tar.gz | tar -xz && \
 cd openpower-dbus-interfaces-* && \
 ./bootstrap.sh && \