Skip to content

Commit

Permalink
base: clean ipset deb files (#4215)
Browse files Browse the repository at this point in the history
Signed-off-by: zhangzujian <zhangzujian.7@gmail.com>
  • Loading branch information
zhangzujian committed Jun 24, 2024
1 parent be5277a commit 80b1d62
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions dist/images/Dockerfile.base
Original file line number Diff line number Diff line change
Expand Up @@ -117,9 +117,11 @@ RUN curl -sSf -L --retry 3 -o /usr/local/bin/bfdd-control https://github.com/bob
chmod +x /usr/local/bin/bfdd-control /usr/local/bin/bfdd-beacon

RUN curl -sSf -L --retry 3 -O https://launchpad.net/ubuntu/+archive/primary/+files/libipset13_7.17-1ubuntu1_${ARCH}.deb && \
dpkg -i libipset13_7.17-1ubuntu1_${ARCH}.deb
dpkg -i libipset13_7.17-1ubuntu1_${ARCH}.deb && \
rm -f libipset13_7.17-1ubuntu1_${ARCH}.deb
RUN curl -sSf -L --retry 3 -O https://launchpad.net/ubuntu/+archive/primary/+files/ipset_7.17-1ubuntu1_${ARCH}.deb && \
dpkg -i ipset_7.17-1ubuntu1_${ARCH}.deb
dpkg -i ipset_7.17-1ubuntu1_${ARCH}.deb && \
rm -f ipset_7.17-1ubuntu1_${ARCH}.deb

RUN --mount=type=bind,target=/packages,from=ovs-builder,source=/packages \
dpkg -i /packages/openvswitch-*.deb /packages/python3-openvswitch*.deb && \
Expand Down

0 comments on commit 80b1d62

Please sign in to comment.