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 7100e15 commit 13c7319
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
dpkg -i /packages/openvswitch-*.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/ && \
rm -rf /var/lib/openvswitch/pki/

ENV DUMB_INIT_VERSION="1.2.5"
Expand Down

0 comments on commit 13c7319

Please sign in to comment.