Skip to content

Commit 13c7319

Browse files
dcasieroilbeater
authored andcommitted
fix: python package issues
1 parent 7100e15 commit 13c7319

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

dist/images/Dockerfile.base

+1
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,7 @@ RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
104104
dpkg -i /packages/openvswitch-*.deb && \
105105
dpkg -i /packages/python3-openvswitch*.deb && \
106106
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && \
107+
mv /usr/lib/python3.7/dist-packages/ovs /usr/lib/python3/dist-packages/ && \
107108
rm -rf /var/lib/openvswitch/pki/
108109

109110
ENV DUMB_INIT_VERSION="1.2.5"

0 commit comments

Comments
 (0)