Skip to content

Commit

Permalink
fix: python package issues
Browse files Browse the repository at this point in the history
  • Loading branch information
dcasier authored and oilbeater committed Mar 1, 2023
1 parent 8ec90f5 commit 8a584a7
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -100,8 +100,9 @@ RUN curl -L https://dl.k8s.io/${KUBE_VERSION}/kubernetes-client-linux-${ARCH}.ta
RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
dpkg -i /packages/libopenvswitch*.deb && \
dpkg -i /packages/openvswitch-*.deb && \
dpkg -i /packages/python3-openvswitch*.deb &&\
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb
dpkg -i /packages/python3-openvswitch*.deb && \
dpkg -i --ignore-depends=openvswitch-switch,openvswitch-common /packages/ovn-*.deb && \
mv /usr/lib/python3.7/dist-packages/ovs /usr/lib/python3/dist-packages/

ENV DUMB_INIT_VERSION="1.2.5"
RUN dump_arch="x86_64"; \
Expand Down

0 comments on commit 8a584a7

Please sign in to comment.