Skip to content

Commit 8a584a7

Browse files
dcasieroilbeater
authored andcommitted
fix: python package issues
1 parent 8ec90f5 commit 8a584a7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

dist/images/Dockerfile.base

+3-2
Original file line numberDiff line numberDiff line change
@@ -100,8 +100,9 @@ RUN curl -L https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-${ARCH}.ta
100100
RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
101101
dpkg -i /packages/libopenvswitch*.deb && \
102102
dpkg -i /packages/openvswitch-*.deb && \
103-
dpkg -i /packages/python3-openvswitch*.deb &&\
104-
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb
103+
dpkg -i /packages/python3-openvswitch*.deb && \
104+
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && \
105+
mv /usr/lib/python3.7/dist-packages/ovs /usr/lib/python3/dist-packages/
105106

106107
ENV DUMB_INIT_VERSION="1.2.5"
107108
RUN dump_arch="x86_64"; \

0 commit comments

Comments
 (0)