Add python and crypto

This commit is contained in:
2026-03-29 20:21:23 +02:00
parent 77ed63e577
commit ad72dae812

View File

@@ -18,7 +18,9 @@ RUN --mount=type=bind,from=vppdebs,target=/tmp/vpp-debs \
mkdir -p /var/log/vpp /root/.ssh/ && \ mkdir -p /var/log/vpp /root/.ssh/ && \
if ls /tmp/vpp-debs/vpp_*.deb 1>/dev/null 2>&1; then \ if ls /tmp/vpp-debs/vpp_*.deb 1>/dev/null 2>&1; then \
apt-get -y install /tmp/vpp-debs/libvppinfra_*.deb \ apt-get -y install /tmp/vpp-debs/libvppinfra_*.deb \
/tmp/vpp-debs/python3-vpp-api_*.deb \
/tmp/vpp-debs/vpp_*.deb \ /tmp/vpp-debs/vpp_*.deb \
/tmp/vpp-debs/vpp-crypto-engines_*.deb \
/tmp/vpp-debs/vpp-plugin-core_*.deb; \ /tmp/vpp-debs/vpp-plugin-core_*.deb; \
else \ else \
curl -s https://packagecloud.io/install/repositories/fdio/${REPO}/script.deb.sh | bash && \ curl -s https://packagecloud.io/install/repositories/fdio/${REPO}/script.deb.sh | bash && \